Home
last modified time | relevance | path

Searched refs: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
167 typedef typename strip_first_arg<function_tuple>::type unpack_type; in async_method_call()
/openbmc/sdbusplus/include/sdbusplus/utility/
H A Dtype_traits.hpp58 using strip_first_arg = strip_first_n_args<1, T>; typedef
61 using strip_first_arg_t = typename strip_first_arg<T>::type;