Searched defs:is_specialization (Results 1 – 2 of 2) sorted by relevance
41 struct is_specialization<Templ<ID1>, Other> : std::false_type {}; struct44 struct is_specialization<Templ<ID1>, Templ<ID2> > : std::true_type {}; struct
53 struct is_specialization<Templ<ID1>, Other> : std::false_type {}; struct56 struct is_specialization<Templ<ID1>, Templ<ID2> > : std::true_type {}; struct