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

static void on_outcome_move_construction(T *, U &&, V &&) noexcept

One of the constructor hooks for basic_outcome<T, EC, EP, NoValuePolicy> , generally invoked by the converting move constructors of basic_outcome (NOT the standard move constructor) which consume two arguments. See each constructor’s documentation to see which specific hook it invokes.

Requires: Always available.

Guarantees: Never throws an exception.

Last revised: December 17, 2020 at 11:27:06 UTC


Prev Up HomeNext