Searched refs:strip_first_n_args (Results 1 – 1 of 1) sorted by relevance
34 struct strip_first_n_args;37 struct strip_first_n_args<N, std::tuple<FirstArg, Rest...>> : struct38 strip_first_n_args<N - 1, std::tuple<Rest...>>42 struct strip_first_n_args<0, std::tuple<FirstArg, Rest...>> struct47 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>;