Home
last modified time | relevance | path

Searched refs:index_apply_impl (Results 1 – 2 of 2) sorted by relevance

/openbmc/sdbusplus/include/sdbusplus/utility/
H A Dread_into_tuple.hpp30 constexpr auto index_apply_impl(F f, std::index_sequence<Is...>) in index_apply_impl() function
37 return index_apply_impl(f, std::make_index_sequence<N>{}); in index_apply()
/openbmc/boost-dbus/include/dbus/
H A Dmessage.hpp520 constexpr auto index_apply_impl(F f, std::index_sequence<Is...>) { in index_apply_impl() function
526 return index_apply_impl(f, std::make_index_sequence<N>{}); in index_apply()