libstdc++
allocator.h File Reference

Go to the source code of this file.

Classes

class  std::allocator< _Tp >
 The standard allocator, as per [20.4].Further details: http://gcc.gnu.org/onlinedocs/libstdc++/manual/bk01pt04ch11.html. More...
class  std::allocator< void >
 allocator<void> specialization. More...
struct  std::allocator_arg_t
 [allocator.tag] More...
struct  std::uses_allocator< _Tp, _Alloc >
 [allocator.uses.trait] More...

Namespaces

namespace  std

Functions

template<typename _T1 , typename _T2 >
bool std::operator!= (const allocator< _T1 > &, const allocator< _T2 > &)
template<typename _Tp >
bool std::operator!= (const allocator< _Tp > &, const allocator< _Tp > &)
template<typename _T1 , typename _T2 >
bool std::operator== (const allocator< _T1 > &, const allocator< _T2 > &)
template<typename _Tp >
bool std::operator== (const allocator< _Tp > &, const allocator< _Tp > &)

Variables

constexpr allocator_arg_t std::allocator_arg

Detailed Description

This is an internal header file, included by other library headers. Do not attempt to use it directly. Instead, include <memory>.

Definition in file allocator.h.