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.
Prev Up HomeNext

std::string print(const basic_outcome<T, EC, EP, NoValuePolicy> &)

Returns a string containing a human readable rendition of the basic_outcome.

Overridable: Not overridable.

Requires: Always available.

Namespace: BOOST_OUTCOME_V2_NAMESPACE

Header: <boost/outcome/iostream_support.hpp> (must be explicitly included manually).

Last revised: March 03, 2019 at 21:04:29 UTC


Prev Up HomeNext