Home
last modified time | relevance | path

Searched refs:index_apply (Results 1 – 3 of 3) sorted by relevance

/openbmc/sdbusplus/include/sdbusplus/utility/
H A Dread_into_tuple.hpp35 constexpr auto index_apply(F f) in index_apply() function
43 return detail::index_apply<std::tuple_size<Tuple>{}>([&](auto... Is) { in read_into_tuple()
/openbmc/boost-dbus/include/dbus/
H A Dmessage.hpp525 constexpr auto index_apply(F f) { in index_apply() function
531 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()
H A Dconnection.hpp182 index_apply<std::tuple_size<unpack_type>{}>([&](auto... Is) { in async_method_call()