CppCommon
1.0.4.1
C++ Common Library
|
Memory allocator inline implementation. More...
Go to the source code of this file.
Namespaces | |
CppCommon | |
C++ Common project definitions. | |
Functions | |
template<typename T , typename U , class TMemoryManager , bool nothrow> | |
bool | CppCommon::operator== (const Allocator< T, TMemoryManager, nothrow > &alloc1, const Allocator< U, TMemoryManager, nothrow > &alloc2) noexcept |
template<typename T , typename U , class TMemoryManager , bool nothrow> | |
bool | CppCommon::operator!= (const Allocator< T, TMemoryManager, nothrow > &alloc1, const Allocator< U, TMemoryManager, nothrow > &alloc2) noexcept |
Memory allocator inline implementation.
Definition in file allocator.inl.