template <typename T>

class basic_appender

Defined at line 2474 of file ../../third_party/fmtlib/src/include/fmt/base.h

An output iterator that appends to a buffer. It is used instead of

back_insert_iterator to reduce symbol sizes and avoid

<iterator

> dependency.

Protected Members

detail::buffer<T> * container

Public Methods

void basic_appender<T> (detail::buffer<T> & buf)

Defined at line 2481 of file ../../third_party/fmtlib/src/include/fmt/base.h

basic_appender<T> & operator= (T c)

Defined at line 2483 of file ../../third_party/fmtlib/src/include/fmt/base.h

basic_appender<T> & operator* ()

Defined at line 2487 of file ../../third_party/fmtlib/src/include/fmt/base.h

basic_appender<T> & operator++ ()

Defined at line 2488 of file ../../third_party/fmtlib/src/include/fmt/base.h

basic_appender<T> operator++ (int )

Defined at line 2489 of file ../../third_party/fmtlib/src/include/fmt/base.h