Home
last modified time | relevance | path

Searched refs:StaticCounterValue (Results 1 – 1 of 1) sorted by relevance

/openthread-latest/src/core/utils/
Dstatic_counter.hpp53 #define StaticCounterValue() decltype(StaticCounter(StaticInt<255>{}))::kValue macro
56 …static constexpr StaticInt<StaticCounterValue() + 1> StaticCounter(StaticInt<StaticCounterValue() …
61 static_assert(kEnumartor == StaticCounterValue(), #kEnumartor " value is incorrect"); \