Searched defs:is_specialization (Results 1 – 2 of 2) sorted by relevance
40 struct is_specialization<Templ<ID1>, Other> : std::false_type {}; struct43 struct is_specialization<Templ<ID1>, Templ<ID2> > : std::true_type {}; struct
51 struct is_specialization<Templ<ID1>, Other> : std::false_type {}; struct54 struct is_specialization<Templ<ID1>, Templ<ID2> > : std::true_type {}; struct