CppCommon  1.0.4.1
C++ Common Library
Classes | Namespaces | Typedefs
allocator_stack.h File Reference

Stack memory allocator definition. More...

#include "allocator.h"
#include "allocator_stack.inl"

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...
 

Detailed Description

Stack memory allocator definition.

Author
Ivan Shynkarenka
Date
17.04.2017

Definition in file allocator_stack.h.