Searched defs:SkFunctionWrapper (Results 1 – 1 of 1) sorted by relevance
49 template <typename R, typename T, R (*P)(T*)> struct SkFunctionWrapper { struct62 : public std::unique_ptr<T, SkFunctionWrapper<void, T, P>> { argument