Searched refs:first_t (Results 1 – 1 of 1) sorted by relevance
40 using first_t = decltype(&F<0>::func); // type from function in make_functional_array_from_index_sequence() local41 using result_t = std::array<first_t, sizeof...(Is)>; // type of array in make_functional_array_from_index_sequence()