#include <bits/c++allocator.h>
Include dependency graph for allocator.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | std |
Classes | |
class | std::allocator< void > |
struct | std::allocator< void >::rebind< Type1 > |
class | std::allocator< Type > |
The "standard" allocator, as per [20.4]. More... | |
struct | std::allocator< Type >::rebind< Type1 > |
Defines | |
#define | ALLOCATORH |
Functions | |
template<typename T1, typename T2> | |
bool | std::operator== (const allocator< T1 > &, const allocator< T2 > &) |
template<typename T1, typename T2> | |
bool | std::operator!= (const allocator< T1 > &, const allocator< T2 > &) |
Definition in file allocator.h.