Home
last modified time | relevance | path

Searched defs:Expected (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/base/
H A Dexpected.h37 constexpr Expected(Type t) : hasValue_(true), value_(BASE_NS::move(t)) {} in Expected() function
39 constexpr Expected(Error e) : error_(BASE_NS::move(e)) {} in Expected() function
46 META_DEFAULT_COPY_MOVE(Expected) in META_DEFAULT_COPY_MOVE() argument
93 constexpr Expected(GenericError e) : error_(e) {} in Expected() function