Home
last modified time | relevance | path

Searched defs:strip_first_arg (Results 1 – 2 of 2) sorted by relevance

/openbmc/boost-dbus/include/dbus/
H A Dconnection.hpp145 struct strip_first_arg {}; struct in dbus::connection
148 struct strip_first_arg<std::tuple<FirstArg, Rest...>> { struct in dbus::connection
149 typedef std::tuple<Rest...> type;
/openbmc/sdbusplus/include/sdbusplus/utility/
H A Dtype_traits.hpp58 using strip_first_arg = strip_first_n_args<1, T>; typedef