Searched refs:is_specialization (Results 1 – 2 of 2) sorted by relevance
38 struct is_specialization;41 struct is_specialization<Templ<ID1>, Other> : std::false_type {}; struct44 struct is_specialization<Templ<ID1>, Templ<ID2> > : std::true_type {}; struct48 is_specialization<Templ, typename std::decay<Other>::type >::value
50 struct is_specialization;53 struct is_specialization<Templ<ID1>, Other> : std::false_type {}; struct56 struct is_specialization<Templ<ID1>, Templ<ID2> > : std::true_type {}; struct60 is_specialization<Templ, typename std::decay<Other>::type >::value