libstdc++
|
Typedefs | |
template<typename _Tp > | |
using | std::__allocator_base = __gnu_cxx::new_allocator< _Tp > |
template<typename _Alloc > | |
using | std::__outer_allocator_t = decltype(std::declval< _Alloc >().outer_allocator()) |
Classes encapsulating memory operations.
using std::__allocator_base = typedef __gnu_cxx::new_allocator<_Tp> |
An alias to the base class for std::allocator.Used to set the std::allocator base class to __gnu_cxx::new_allocator.
_Tp | Type of allocated object. |
Definition at line 48 of file c++allocator.h.