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