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

Null memory allocator definition. More...

#include "allocator.h"
#include "allocator_null.inl"

Go to the source code of this file.

Classes

class  CppCommon::NullMemoryManager
 Null memory manager class. More...
 

Namespaces

 CppCommon
 C++ Common project definitions.
 

Typedefs

template<typename T , bool nothrow = false>
using CppCommon::NullAllocator = Allocator< T, NullMemoryManager, nothrow >
 Null memory allocator class. More...
 

Detailed Description

Null memory allocator definition.

Author
Ivan Shynkarenka
Date
17.04.2017

Definition in file allocator_null.h.