mrdocs::polyfill::expected<T, E>::operator*
Ensure the expected is engaged; throws if it holds an error.
Synopsis
Declared in <mrdocs/polyfill/expected.hpp>
constexpr
void
operator*() const noexcept;
Created with MrDocs