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

basic_result(R &&)

Implicit value_type constructor. Calls void hook_result_construction(T *, U &&) noexcept with this and R.

Requires: predicate::enable_value_converting_constructor<R> is true.

Complexity: Same as for value_type’s copy or move constructor. Constexpr, triviality and noexcept of underlying operations is propagated.

Last revised: January 21, 2019 at 18:00:41 UTC


Prev Up HomeNext