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

References

usr/include/c++/7.4.0/ext/alloc_traits.h
   52   : std::allocator_traits<_Alloc>
   55     typedef _Alloc allocator_type;
   57     typedef std::allocator_traits<_Alloc>           _Base_type;
   82       construct(_Alloc& __a, _Ptr __p, _Args&&... __args)
   91       destroy(_Alloc& __a, _Ptr __p)
   94     static _Alloc _S_select_on_copy(const _Alloc& __a)
   94     static _Alloc _S_select_on_copy(const _Alloc& __a)
   97     static void _S_on_swap(_Alloc& __a, _Alloc& __b)
   97     static void _S_on_swap(_Alloc& __a, _Alloc& __b)