astrotypes
0.0
|
#include <memory>
#include <new>
#include <cassert>
Go to the source code of this file.
Classes | |
class | pss::astrotypes::StandardAllocator< LocalType > |
Minimal allocator. More... | |
Namespaces | |
pss | |
pss::astrotypes | |
Functions | |
template<typename FirstType , typename SecondType > | |
bool | pss::astrotypes::operator== (StandardAllocator< FirstType > const &, StandardAllocator< SecondType > const &) noexcept |
Allows to test for equivalence of StandardAllocator objects. More... | |
template<typename FirstType , typename SecondType > | |
bool | pss::astrotypes::operator!= (StandardAllocator< FirstType > const &, StandardAllocator< SecondType > const &) noexcept |
Allows to test for diversity of StandardAllocator objects. More... | |