Searched refs:enum_max (Results 1 – 1 of 1) sorted by relevance
31 enum_max = std::numeric_limits<int>::max() enumerator47 ASSERT_SAME_TYPE(int, decltype(std::to_underlying(enum_max))); in test()67 assert(std::numeric_limits<int>::max() == std::to_underlying(enum_max)); in test()