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