Searched defs:FuncPointer (Results 1 – 3 of 3) sorted by relevance
5 typedef void (*FuncPointer)(void); typedef
101 template <typename TR, typename... TA> using FuncPointer = TR (*)(TA...); global() typedef [all...]