Searched refs:index_apply (Results 1 – 3 of 3) sorted by relevance
35 constexpr auto index_apply(F f) in index_apply() function43 return detail::index_apply<std::tuple_size<Tuple>{}>([&](auto... Is) { in read_into_tuple()
525 constexpr auto index_apply(F f) { in index_apply() function531 return index_apply<std::tuple_size<Tuple>{}>( in apply()537 return index_apply<std::tuple_size<Tuple>{}>( in unpack_into_tuple()548 return index_apply<std::tuple_size<std::tuple<Args...>>{}>( in pack_tuple_into_msg()
182 index_apply<std::tuple_size<unpack_type>{}>([&](auto... Is) { in async_method_call()