Searched defs:is_valid_expansion_impl (Results 1 – 1 of 1) sorted by relevance
34 struct is_valid_expansion_impl : std::false_type {}; struct37 struct is_valid_expansion_impl<Templ, decltype((void)Templ<Args...>{}, 0), Args...> : std::true_typ… struct