Searched refs:IntegralConstant (Results 1 – 1 of 1) sorted by relevance
123 template<typename T, unsigned long N> struct IntegralConstant { }; struct127 void f(T x, IntegralConstant<T, sizeof(x)>);130 void test_X0(X0<int> x, IntegralConstant<int, sizeof(int)> ic) { in test_X0()