#include <bits/c++allocator.h>Go to the source code of this file.
Namespaces | |
| namespace | std |
Classes | |
| class | std::allocator< void > |
| allocator<void> specialization. More... | |
| struct | std::allocator< void >::rebind< _Tp1 > |
| class | std::allocator< _Tp > |
| The "standard" allocator, as per [20.4]. More... | |
| struct | std::allocator< _Tp >::rebind< _Tp1 > |
Defines | |
| #define | _ALLOCATOR_H 1 |
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.
| #define _ALLOCATOR_H 1 |
Definition at line 49 of file allocator.h.
1.4.7