#include <cinttypes>
#include <memory>
#include <jau/basic_types.hpp>
#include <jau/callocator.hpp>
Go to the source code of this file.
|
namespace | jau |
| __pack(...): Produces MSVC, clang and gcc compatible lead-in and -out macros.
|
|
|
template<class T1 , class T2 > |
bool | jau::operator!= (const counting_callocator< T1 > &lhs, const counting_callocator< T2 > &rhs) noexcept |
|
template<class T1 , class T2 > |
bool | jau::operator== (const counting_callocator< T1 > &lhs, const counting_callocator< T2 > &rhs) noexcept |
|