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_result_move_construction(T *, U &&) noexcept - Boost.Outcome documentation
Prev Up HomeNext

void hook_result_move_construction(T *, U &&) noexcept

Removed in Outcome v2.2.0, unless BOOST_OUTCOME_ENABLE_LEGACY_SUPPORT_FOR is set to less than 220 to enable emulation. Use on_result_move_construction(T *, U &&) noexcept instead in new code.

One of the constructor hooks for basic_result , generally invoked by the converting move constructors of basic_result (NOT the standard move 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:

Last revised: August 19, 2020 at 12:15:40 +0100

Prev Up HomeNext