template <typename T>
struct allocator
Defined at line 754 of file ../../third_party/fmtlib/src/include/fmt/format.h
An allocator that uses malloc/free to allow removing dependency on the C++
standard libary runtime. std::decay is used for back_inserter to be found by
ADL when applied to memory_buffer.
Public Methods
T * allocate (size_t n)
Defined at line 757 of file ../../third_party/fmtlib/src/include/fmt/format.h
void deallocate (T * p, size_t )
Defined at line 764 of file ../../third_party/fmtlib/src/include/fmt/format.h