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

Prev Up HomeNext

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

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