Searched defs:is_specialization (Results 1 – 4 of 4) 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
40 struct is_specialization<Templ<ID1>, Other> : std::false_type {}; struct43 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
52 struct is_specialization<Templ<ID1>, Other> : std::false_type {}; struct55 struct is_specialization<Templ<ID1>, Templ<ID2> > : std::true_type {}; struct