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