Home
last modified time | relevance | path

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

/openbmc/sdbusplus/include/sdbusplus/utility/
H A Dtype_traits.hpp53 using strip_first_n_args_t = typename strip_first_n_args<N, Args...>::type; typedef
/openbmc/sdbusplus/include/sdbusplus/asio/
H A Dobject_server.hpp198 using DbusTupleType = utility::strip_first_n_args_t< in operator ()()
249 using DbusTupleType = utility::strip_first_n_args_t< in after_spawn()
596 using CallbackSignature = utility::strip_first_n_args_t< in register_method()
H A Dconnection.hpp132 using UnpackType = utility::strip_first_n_args_t<returnWithMsg ? 2 : 1, in async_method_call_timed()