Searched refs:F_PTR (Results 1 – 1 of 1) sorted by relevance
234 using F_PTR = decltype(&f); in do_for_each() local235 using THUNK = void (*)(F_PTR, void*); in do_for_each()236 static constexpr auto jump = std::array<THUNK, sizeof...(I)>{[](F_PTR fp, void* t) { in do_for_each()