mrdocs::handlebars::Expected

handlebars' result type: the std::expected polyfill, defaulting the error to handlebars::Error (an explicit 2nd argument is allowed).

Synopsis

Declared in <mrdocs/Handlebars/Error.hpp>

template<
    class T,
    class E = Error>
using Expected = polyfill::expected<T, E>;