Searched refs:count_ints (Results 1 – 1 of 1) sorted by relevance
8 template<int ...Values> struct count_ints { struct14 int check_ints[count_ints<1, 2, 3, 4, 5>::value == 5? 1 : -1]; argument