Template Class DummyAllocator

Inheritance Relationships

Base Type

  • public std::allocator< T >

Class Documentation

template<typename T>
class DummyAllocator : public std::allocator<T>

Public Functions

inline DummyAllocator()
DummyAllocator(const DummyAllocator &other) = default
inline T *allocate(size_t)
inline void deallocate(T*)
inline void destroy(T*)