#include <assert.h>
#include <stddef.h>
#include <limits>
#include <new>
#include <utility>
#include "my_compiler.h"
Go to the source code of this file.
|
template<class T , class ALLOC_FUN , class DEALLOC_FUN > |
bool | operator== (const Stateless_allocator< T, ALLOC_FUN, DEALLOC_FUN > &, const Stateless_allocator< T, ALLOC_FUN, DEALLOC_FUN > &) |
|
template<class T , class ALLOC_FUN , class DEALLOC_FUN > |
bool | operator!= (const Stateless_allocator< T, ALLOC_FUN, DEALLOC_FUN > &, const Stateless_allocator< T, ALLOC_FUN, DEALLOC_FUN > &) |
|
◆ operator!=()
template<class T , class ALLOC_FUN , class DEALLOC_FUN >
◆ operator==()
template<class T , class ALLOC_FUN , class DEALLOC_FUN >