|
CppCommon 1.0.6.0
C++ Common Library
|
Null memory allocator definition. More...
Go to the source code of this file.
Classes | |
| class | CppCommon::NullMemoryManager |
| Null memory manager class. More... | |
Namespaces | |
| namespace | CppCommon |
| C++ Common project definitions. | |
Typedefs | |
| template<typename T, bool nothrow = false> | |
| using | CppCommon::NullAllocator = Allocator<T, NullMemoryManager, nothrow> |
| Null memory allocator class. | |
Null memory allocator definition.
Definition in file allocator_null.h.