Searched defs:int_values (Results 1 – 2 of 2) sorted by relevance
18 template<int, int, int> struct int_values { struct23 struct int_values<C1, 12, C3> { struct27 int check2[int_values<256, 12, 3>::value == 0? 1 : -1]; argument
40 template<int...> struct int_values { struct41 static const unsigned value = 0;45 struct int_values<C1, 12, C3> { struct46 static const unsigned value = 1;