Searched refs:max_u32_u8 (Results 1 – 1 of 1) sorted by relevance
69 constexpr auto max_u32_u8 = c2_max(uint32_t(0x7fffffff), uint8_t(0xff)); variable70 static_assert(std::is_same<decltype(max_u32_u8), const uint32_t>::value, "should be uint32_t");74 static_assert(c2_const_checker<max_u32_u8>::num() == 0x7fffffff, "should be 0x7fffffff");