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

void hook_result_copy_construction(T *, U &&) noexcept

One of the constructor hooks for basic_result<T, E, NoValuePolicy> , generally invoked by the converting copy constructors of basic_result (NOT the standard copy constructor). 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_result.hpp>

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


Prev Up HomeNext