Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

basic_format_context::basic_format_context (1 of 3 overloads)
PrevUpHomeNext

Constructor.

Synopsis
explicit
basic_format_context(
    format_options opts);
Description

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.

Exception safety

Strong guarantee: exceptions thrown by default-constructing OutputString are propagated.


PrevUpHomeNext