Searched refs:index_apply_impl (Results 1 – 2 of 2) sorted by relevance
30 constexpr auto index_apply_impl(F f, std::index_sequence<Is...>) in index_apply_impl() function37 return index_apply_impl(f, std::make_index_sequence<N>{}); in index_apply()
520 constexpr auto index_apply_impl(F f, std::index_sequence<Is...>) { in index_apply_impl() function526 return index_apply_impl(f, std::make_index_sequence<N>{}); in index_apply()