|
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 _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 _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.
◆ __allocator_base
An alias to the base class for std::allocator.
Used to set the std::allocator base class to __gnu_cxx::new_allocator.
- Template Parameters
-
_Tp | Type of allocated object. |
Definition at line 48 of file c++allocator.h.
◆ __outer_allocator_t
template<typename _Alloc >
using std::__outer_allocator_t = typedef decltype(std::declval<_Alloc>().outer_allocator()) |
◆ __outermost()
template<typename _Alloc >
__outermost_type< _Alloc >::type & std::__outermost |
( |
_Alloc & |
__a | ) |
|
|
inline |
◆ operator!=() [1/2]
template<typename _T1 , typename _T2 >
◆ operator!=() [2/2]
template<typename _OutA1 , typename _OutA2 , typename... _InA>
◆ operator==() [1/2]
template<typename _T1 , typename _T2 >
◆ operator==() [2/2]
template<typename _OutA1 , typename _OutA2 , typename... _InA>