#include <array>
#include <cassert>
#include <cstddef>
#include <list>
#include <memory>
#include <new>
#include <type_traits>
#include <utility>
Go to the source code of this file.
|
template<class T1 , class T2 , std::size_t MAX_BLOCK_SIZE_BYTES, std::size_t ALIGN_BYTES> |
bool | operator== (const PoolAllocator< T1, MAX_BLOCK_SIZE_BYTES, ALIGN_BYTES > &a, const PoolAllocator< T2, MAX_BLOCK_SIZE_BYTES, ALIGN_BYTES > &b) noexcept |
|
template<class T1 , class T2 , std::size_t MAX_BLOCK_SIZE_BYTES, std::size_t ALIGN_BYTES> |
bool | operator!= (const PoolAllocator< T1, MAX_BLOCK_SIZE_BYTES, ALIGN_BYTES > &a, const PoolAllocator< T2, MAX_BLOCK_SIZE_BYTES, ALIGN_BYTES > &b) noexcept |
|
◆ operator!=()
template<class T1 , class T2 , std::size_t MAX_BLOCK_SIZE_BYTES, std::size_t ALIGN_BYTES>
bool operator!= |
( |
const PoolAllocator< T1, MAX_BLOCK_SIZE_BYTES, ALIGN_BYTES > & |
a, |
|
|
const PoolAllocator< T2, MAX_BLOCK_SIZE_BYTES, ALIGN_BYTES > & |
b |
|
) |
| |
|
noexcept |
◆ operator==()
template<class T1 , class T2 , std::size_t MAX_BLOCK_SIZE_BYTES, std::size_t ALIGN_BYTES>
bool operator== |
( |
const PoolAllocator< T1, MAX_BLOCK_SIZE_BYTES, ALIGN_BYTES > & |
a, |
|
|
const PoolAllocator< T2, MAX_BLOCK_SIZE_BYTES, ALIGN_BYTES > & |
b |
|
) |
| |
|
noexcept |