Searched refs:FunctionWrapper (Results 1 – 1 of 1) sorted by relevance
31 struct FunctionWrapper { struct40 class TAutoCallProc : public std::unique_ptr<T, FunctionWrapper<remove_pointer_t<decltype(P)>, P>> {42 …explicit TAutoCallProc(T *obj) : std::unique_ptr<T, FunctionWrapper<remove_pointer_t<decltype(P)>,… in TAutoCallProc()