Home
last modified time | relevance | path

Searched refs: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
45 template <> struct StaticInt<0> struct
51 #define StaticCounterInit(N) static constexpr StaticInt<N> StaticCounter(StaticInt<N>)
53 #define StaticCounterValue() decltype(StaticCounter(StaticInt<255>{}))::kValue
56 …static constexpr StaticInt<StaticCounterValue() + 1> StaticCounter(StaticInt<StaticCounterValue() …