Searched defs:StaticInt (Results 1 – 1 of 1) sorted by relevance
39 template <int N> struct StaticInt : public StaticInt<N - 1> struct42 static constexpr int kValue = N;45 template <> struct StaticInt<0> struct48 static constexpr int kValue = 0;