reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

usr/include/c++/7.4.0/bits/basic_string.h
  200       { _M_allocated_capacity = __capacity; }
  221 	  _M_destroy(_M_allocated_capacity);
  542 	    _M_capacity(__str._M_allocated_capacity);
  666 		    _M_destroy(_M_allocated_capacity);
  676 		    _M_destroy(_M_allocated_capacity);
  730 	    _M_destroy(_M_allocated_capacity);
  757 		    __capacity = _M_allocated_capacity;
  760 		  _M_destroy(_M_allocated_capacity);
  765 	    _M_capacity(__str._M_allocated_capacity);
  986 	                     : _M_allocated_capacity;
usr/include/c++/7.4.0/bits/basic_string.tcc
  107 	  const size_type __tmp_capacity = _M_allocated_capacity;