|
CppCommon 1.0.6.0
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 | |
| namespace | 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. | |
Stack memory allocator definition.
Definition in file allocator_stack.h.