Searched defs:DispatchableHandle (Results 1 – 1 of 1) sorted by relevance
368 struct FRAMEWORK_EXPORT DispatchableHandle { struct369 DispatchableHandle() { in DispatchableHandle() argument374 ~DispatchableHandle() { in ~DispatchableHandle() argument379 DispatchableHandle& operator=(DispatchableHandle const&) = delete; argument380 …DispatchableHandle(DispatchableHandle&& other) noexcept : handle(other.handle) { other.handle = nu… in DispatchableHandle() argument392 T handle = nullptr;