Go to the documentation of this file. 1 #ifndef DataFormatsCommonDebuggingAllocator
2 #define DataFormatsCommonDebuggingAllocator
71 template <
class X,
class Y>
74 template <
class X,
class Y>
pointer address(reference value) const
T const & const_reference
debugging_allocator(debugging_allocator< U > const &) noexcept
bool operator!=(debugging_allocator< X > const &, debugging_allocator< Y > const &) noexcept
bool operator==(debugging_allocator< X > const &, debugging_allocator< Y > const &) noexcept
const_pointer address(const_reference value) const
debugging_allocator() noexcept
size_type max_size() const noexcept
pointer allocate(size_type num, void const *hint=0)
debugging_allocator(debugging_allocator const &) noexcept
debugging_allocator< U > other
void construct(pointer p, T const &value)
ptrdiff_t difference_type
~debugging_allocator() noexcept
void deallocate(pointer p, size_type num)