Block of space aligned sufficiently to construct an array T with N elements. More...
#include <aligned_space.h>
Public Member Functions | |
T * | begin () |
Pointer to beginning of array. | |
T * | end () |
Pointer to one past last element in array. | |
Block of space aligned sufficiently to construct an array T with N elements.
The elements are not constructed or destroyed by this class.