man std::allocator (Fonctions bibliothèques) - The 'standard' allocator, as per [20.4].
NAME
std::allocator - The 'standard' allocator, as per [20.4].
SYNOPSIS
#include <allocator.h>
Public Types
typedef size_t size_type
typedef ptrdiff_t difference_type
typedef Type * pointer
typedef const Type * const_pointer
typedef Type & reference
typedef const Type & const_reference
typedef Type value_type
Public Member Functions
allocator () throw ()
allocator (const allocator &a) throw ()
template<typename Type1> allocator (const allocator< Type1 > &) throw ()
~allocator () throw ()
Classes
struct rebind
Detailed Description
template<typename Type> class std::allocator< Type >
The 'standard' allocator, as per [20.4].
(See allocators info for more.)
Definition at line 80 of file allocator.h.
Author
Generated automatically by Doxygen for libstdc++-v3 Source from the source code.