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
  439 		    _Alloc_traits::_S_select_on_copy(__str._M_get_allocator()))
  660 		&& _M_get_allocator() != __str._M_get_allocator())
  673 		    auto __alloc = __str._M_get_allocator();
  682 	    std::__alloc_on_copy(_M_get_allocator(), __str._M_get_allocator());
  932       { return (_Alloc_traits::max_size(_M_get_allocator()) - 1) / 2; }