CppCommon
1.0.4.1
C++ Common Library
|
Stack memory allocator definition. More...
Go to the source code of this file.
Classes | |
class | CppCommon::StackMemoryManager< N > |
Stack memory manager class. More... | |
Namespaces | |
CppCommon | |
C++ Common project definitions. | |
Typedefs | |
template<typename T , size_t N, bool nothrow = false> | |
using | CppCommon::StackAllocator = Allocator< T, StackMemoryManager< N >, nothrow > |
Stack memory allocator class. More... | |
Stack memory allocator definition.
Definition in file allocator_stack.h.