![]() |
Home | Libraries | People | FAQ | More |
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.