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

PrevUpHomeNext
basic_format_context::format_opts

(Inherited from format_context_base)

Retrieves the format options.

Synopsis
format_options
format_opts() const;
Exception safety

No-throw guarantee.


PrevUpHomeNext