fmt::basic_appender::basic_appender

Constructs a basic_appender that appends to buf.

Synopsis

Declared in <fmt/base.h>

constexpr
basic_appender(/* implementation-defined */& buf);

Parameters

NameDescription
bufThe buffer to append to.