...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
Constructor.
explicit
basic_format_context(
format_options
opts);
Uses a default-constructed OutputString
as output string, and an empty error code as error state. This constructor
can only be called if OutputString
is default-constructible.
Strong guarantee: exceptions thrown by default-constructing OutputString
are propagated.