Searched defs:count_ints (Results 1 – 2 of 2) sorted by relevance
58 struct count_ints struct64 struct result<count_ints(CountT, T)> argument84 typedef typename result<count_ints(CountT, T)>::type result_; in operator ()() argument
8 template<int ...Values> struct count_ints { struct14 int check_ints[count_ints<1, 2, 3, 4, 5>::value == 5? 1 : -1]; argument