Searched defs:Expected (Results 1 – 1 of 1) sorted by relevance
37 constexpr Expected(Type t) : hasValue_(true), value_(BASE_NS::move(t)) {} in Expected() function39 constexpr Expected(Error e) : error_(BASE_NS::move(e)) {} in Expected() function46 META_DEFAULT_COPY_MOVE(Expected) in META_DEFAULT_COPY_MOVE() argument93 constexpr Expected(GenericError e) : error_(e) {} in Expected() function