Searched defs:strip_first_n_args (Results 1 – 1 of 1) sorted by relevance
37 struct strip_first_n_args<N, std::tuple<FirstArg, Rest...>> : struct42 struct strip_first_n_args<0, std::tuple<FirstArg, Rest...>> struct44 using type = std::tuple<FirstArg, Rest...>;