CppCommon 1.0.6.0
C++ Common Library
Loading...
Searching...
No Matches
allocator.inl File Reference

Memory allocator inline implementation. More...

Go to the source code of this file.

Namespaces

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