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

void hook_outcome_in_place_construction(T *, in_place_type_t<U>, Args &&…) noexcept - Boost.Outcome documentation
Prev Up HomeNext

void hook_outcome_in_place_construction(T *, in_place_type_t<U>, Args &&...) noexcept

One of the constructor hooks for basic_outcome<T, EC, EP, NoValuePolicy> , generally invoked by the in-place constructors of basic_outcome. See each constructor’s documentation to see which specific hook it invokes.

Overridable: By Argument Dependent Lookup.

Requires: Nothing.

Namespace: BOOST_OUTCOME_V2_NAMESPACE::hooks

Header: <boost/outcome/basic_outcome.hpp>

Last revised: January 30, 2019 at 16:16:10 UTC

Prev Up HomeNext