Searched refs:Def5 (Results 1 – 1 of 1) sorted by relevance
67 template<typename T, typename T2 = T const[12]> struct Def5;69 template<> struct Def5<int> { struct73 template<> struct Def5<int, int const[13]> { struct77 void test_Def5(Def5<int, const int[12]> *d5a, Def5<int, const int[13]> *d5b) { in test_Def5()