#include <memory>
#include <type_traits>
#include <cassert>
#include <limits>
#include <new>
#include <metall/offset_ptr.hpp>
#include <metall/logger.hpp>
Go to the source code of this file.
|
| metall |
| The top level of namespace of Metall.
|
|
|
template<typename T , typename kernel > |
bool | metall::operator== (const stl_allocator< T, kernel > &rhd, const stl_allocator< T, kernel > &lhd) |
|
template<typename T , typename kernel > |
bool | metall::operator!= (const stl_allocator< T, kernel > &rhd, const stl_allocator< T, kernel > &lhd) |
|