Prev Up HomeNext

static void on_result_move_construction(T *, U &&) noexcept

One of the constructor hooks for basic_result<T, E, NoValuePolicy> , 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.

Requires: Always available.

Guarantees: Never throws an exception.

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


Prev Up HomeNext