Searched refs:CaptureUnWrapper (Results 1 – 1 of 1) sorted by relevance
65 struct CaptureUnWrapper { in META_BEGIN_NAMESPACE() struct75 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()