template <typename OutputIt, typename T, typename Traits = buffer_traits>
class iterator_buffer
Defined at line 1874 of file ../../third_party/fmtlib/src/include/fmt/base.h
A buffer that writes to an output iterator when flushed.
Public Methods
void iterator_buffer<OutputIt, T, Traits> (OutputIt out, size_t n)
Defined at line 1893 of file ../../third_party/fmtlib/src/include/fmt/base.h
void iterator_buffer<OutputIt, T, Traits> (iterator_buffer<OutputIt, T, Traits> && other)
Defined at line 1895 of file ../../third_party/fmtlib/src/include/fmt/base.h
void ~iterator_buffer<OutputIt, T, Traits> ()
Defined at line 1899 of file ../../third_party/fmtlib/src/include/fmt/base.h
OutputIt out ()
Defined at line 1905 of file ../../third_party/fmtlib/src/include/fmt/base.h
size_t count ()
Defined at line 1909 of file ../../third_party/fmtlib/src/include/fmt/base.h