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