Home
last modified time | relevance | path

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

/openbmc/sdbusplus/include/sdbusplus/utility/
H A Dtype_traits.hpp34 struct strip_first_n_args;
37 struct strip_first_n_args<N, std::tuple<FirstArg, Rest...>> : struct
38 strip_first_n_args<N - 1, std::tuple<Rest...>>
42 struct strip_first_n_args<0, std::tuple<FirstArg, Rest...>> struct
47 struct strip_first_n_args<N, std::tuple<>>
53 using strip_first_n_args_t = typename strip_first_n_args<N, Args...>::type;
58 using strip_first_arg = strip_first_n_args<1, T>;