memory
static_allocator_storage< Size > Struct Template Reference

Detailed Description

template<std::size_t Size>
struct foonathan::memory::static_allocator_storage< Size >

Storage for a static_allocator.

Its constructor will take a reference to it and use it for its allocation. The storage type is simply a char array aligned for maximum alignment.

Note
It is not allowed to access the memory of the storage.