reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
226 { _Alloc_traits::deallocate(_M_get_allocator(), _M_data(), __size + 1); } 532 : _M_dataplus(_M_local_data(), std::move(__str._M_get_allocator())) 660 && _M_get_allocator() != __str._M_get_allocator()) 682 std::__alloc_on_copy(_M_get_allocator(), __str._M_get_allocator()); 727 && _M_get_allocator() != __str._M_get_allocator()) 727 && _M_get_allocator() != __str._M_get_allocator()) 735 std::__alloc_on_move(_M_get_allocator(), __str._M_get_allocator()); 735 std::__alloc_on_move(_M_get_allocator(), __str._M_get_allocator()); 746 || _M_get_allocator() == __str._M_get_allocator()) 746 || _M_get_allocator() == __str._M_get_allocator())usr/include/c++/7.4.0/bits/basic_string.tcc
153 return _Alloc_traits::allocate(_M_get_allocator(), __capacity + 1);