mrdocs::Expected<T, E>::or_else
Synopses
Declared in <mrdocs/Support/Expected.hpp>
template<class Fn>
constexpr
auto
or_else(Fn&& f) &;
template<class Fn>
constexpr
auto
or_else(Fn&& f) const &;
template<class Fn>
constexpr
auto
or_else(Fn&& f) &&;
template<class Fn>
constexpr
auto
or_else(Fn&& f) const &&;
Created with MrDocs