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 a snapshot of the develop branch, built from commit d7c8a7cf0d.
Prev Up HomeNext

basic_result(Args...) = delete

Disabling catchall constructor used to give useful diagnostic error when trying to use non-inplace constructors when predicate::constructors_enabled is false.

Requires: predicate::constructors_enabled is false.

Complexity: N/A.

Last revised: December 15, 2018 at 17:49:37 UTC


Prev Up HomeNext