astrotypes  0.0
Classes | Namespaces | Functions
StandardAllocator.h File Reference
#include <memory>
#include <new>
#include <cassert>
Include dependency graph for StandardAllocator.h:
This graph shows which files directly or indirectly include this file:

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