mrdocs::polyfill::expected<T, E>::value
value overloads
Synopses
Declared in <mrdocs/polyfill/expected.hpp>
Ensure the expected is engaged; throws bad_expected_access if not.
constexpr
void
value() const &;
Ensure the expected is engaged; throws bad_expected_access if not (rvalue overload).
constexpr
void
value() &&;
Created with MrDocs