CppCommon  1.0.4.1
C++ Common Library
Namespaces | Functions
allocator.inl File Reference

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
 

Detailed Description

Memory allocator inline implementation.

Author
Ivan Shynkarenka
Date
17.04.2017

Definition in file allocator.inl.