Home
last modified time | relevance | path

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

/openbmc/sdbusplus/include/sdbusplus/utility/
H A Dtype_traits.hpp37 struct strip_first_n_args<N, std::tuple<FirstArg, Rest...>> : struct
42 struct strip_first_n_args<0, std::tuple<FirstArg, Rest...>> struct
44 using type = std::tuple<FirstArg, Rest...>;