Searched refs:StaticCounterValue (Results 1 – 1 of 1) sorted by relevance
53 #define StaticCounterValue() decltype(StaticCounter(StaticInt<255>{}))::kValue macro56 …static constexpr StaticInt<StaticCounterValue() + 1> StaticCounter(StaticInt<StaticCounterValue() …61 static_assert(kEnumartor == StaticCounterValue(), #kEnumartor " value is incorrect"); \