mrdocs::dom::Expected
dom's result type: the std::expected polyfill, defaulting the error to dom::Error (an explicit 2nd argument is allowed, e.g. Expected<void, E>).
Synopsis
Declared in <mrdocs/Dom/Error.hpp>
template<
class T,
class E = Error>
using Expected = polyfill::expected<T, E>;
Created with MrDocs