Home
last modified time | relevance | path

Searched defs:StaticInt (Results 1 – 1 of 1) sorted by relevance

/openthread-latest/src/core/utils/
Dstatic_counter.hpp39 template <int N> struct StaticInt : public StaticInt<N - 1> struct
42 static constexpr int kValue = N;
45 template <> struct StaticInt<0> struct
48 static constexpr int kValue = 0;