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

References

usr/include/c++/7.4.0/bits/vector.tcc
   68       if (__n > this->max_size())
   70       if (this->capacity() < __n)
   73 	  pointer __tmp = _M_allocate_and_copy(__n,
   83 	  this->_M_impl._M_end_of_storage = this->_M_impl._M_start + __n;