reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
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;