Searched defs:EnumerationValue (Results 1 – 1 of 1) sorted by relevance
49 struct EnumerationValue { struct50 using UnderlyingType = std::underlying_type_t<T>;51 static constexpr UnderlyingType value = static_cast<UnderlyingType>(V);