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

This is the documentation for an old version of Boost. Click here to view this page for the latest version.
PrevUpHomeNext
basic_format_context::basic_format_context (1 of 3 overloads)

Constructor.

Synopsis
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