Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Reference
Constructors
Constructors used to create allocator objects. |
Typedefs
A type that provides a constant pointer to the type of object managed by the allocator. |
|
A type that provides a constant reference to type of object managed by the allocator. |
|
A signed integral type that can represent the difference between values of pointers to the type of object managed by the allocator. |
|
A type that provides a pointer to the type of object managed by the allocator. |
|
A type that provides a reference to the type of object managed by the allocator. |
|
An unsigned integral type that can represent the length of any sequence that an object of template class allocator can allocate. |
|
A type that is managed by the allocator. |
Member Functions
Finds the address of an object whose value is specified. |
|
Allocates a block of memory large enough to store at least some specified number of elements. |
|
Constructs a specific type of object at a specified address that is initialized with a specified value. |
|
Frees a specified number of objects from storage beginning at a specified position. |
|
Calls an objects destructor without deallocating the memory where the object was stored. |
|
Returns the number of elements of type Type that could be allocated by an object of class allocator before the free memory is used up. |
|
A structure that enables an allocator for objects of one type to allocate storage for objects of another type. |
Operators
Assigns one allocator object to another allocator object. |