|
template<typename _Alloc > |
__outermost_type< _Alloc >::type & | std::__outermost (_Alloc &__a) |
|
template<typename _T1 , typename _T2 > |
bool | std::operator!= (const allocator< _T1 > &, const allocator< _T2 > &) noexcept |
|
template<typename _Tp > |
bool | std::operator!= (const allocator< _Tp > &, const allocator< _Tp > &) noexcept |
|
template<typename _OutA1 , typename _OutA2 , typename... _InA> |
bool | std::operator!= (const scoped_allocator_adaptor< _OutA1, _InA... > &__a, const scoped_allocator_adaptor< _OutA2, _InA... > &__b) noexcept |
|
template<typename _T1 , typename _T2 > |
bool | std::operator== (const allocator< _T1 > &, const allocator< _T2 > &) noexcept |
|
template<typename _Tp > |
bool | std::operator== (const allocator< _Tp > &, const allocator< _Tp > &) noexcept |
|
template<typename _OutA1 , typename _OutA2 , typename... _InA> |
bool | std::operator== (const scoped_allocator_adaptor< _OutA1, _InA... > &__a, const scoped_allocator_adaptor< _OutA2, _InA... > &__b) noexcept |
|
Classes encapsulating memory operations.