Home
last modified time | relevance | path

Searched refs:CaptureUnWrapper (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/base/
H A Dcapture.h65 struct CaptureUnWrapper { in META_BEGIN_NAMESPACE() struct
75 CaptureUnWrapper<Type> CaptureUnWrap(Type&& obj) in META_BEGIN_NAMESPACE()
77 return CaptureUnWrapper<Type> { BASE_NS::forward<Type>(obj) }; in META_BEGIN_NAMESPACE()
84 CaptureUnWrapper<BASE_NS::shared_ptr<Type>> CaptureUnWrap(const CaptureWrapper<BASE_NS::weak_ptr<Ty… in META_BEGIN_NAMESPACE()
87 return CaptureUnWrapper<BASE_NS::shared_ptr<Type>> { v, v != nullptr }; in META_BEGIN_NAMESPACE()