#include <cstdlib>
#include <limits>
#include <new>
#include <utility>
Go to the source code of this file.
|
| template<typename T , size_t TAlignment, typename U , size_t UAlignment> |
| bool | autopas::operator== (const AlignedAllocator< T, TAlignment > &, const AlignedAllocator< U, UAlignment > &) |
| | equals operator
|
| |
| template<typename T , size_t TAlignment, typename U , size_t UAlignment> |
| bool | autopas::operator!= (const AlignedAllocator< T, TAlignment > &a, const AlignedAllocator< U, UAlignment > &b) |
| | unequals operator
|
| |
- Author
- tchipev
- Date
- 07.02.2018