Searched refs:integral_c (Results 1 – 1 of 1) sorted by relevance
78 template<int N> struct integral_c { }; struct81 …integral_c<N> array_lengthof(T (&x)[N]) { return integral_c<N>(); } // expected-note 2{{candidate … in array_lengthof()100 integral_c<1> ic1 = array_lengthof(Description<int>::data); in test()