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

std::istream &operator>>(std::istream &, basic_result<T, E, NoValuePolicy> &) - Boost.Outcome documentation
Prev Up HomeNext

std::istream &operator>>(std::istream &, basic_result &)

Deserialises a basic_result from a std::istream.

Serialisation format is:


Overridable: Not overridable.

Requires: That operator>> is a valid expression for std::istream and T and E.

Namespace: BOOST_OUTCOME_V2_NAMESPACE

Header: (must be explicitly included manually).

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

Prev Up HomeNext