Searched refs:max_u32_u32 (Results 1 – 1 of 1) sorted by relevance
65 constexpr auto max_u32_u32 = c2_max(uint32_t(1), uint32_t(2)); variable66 static_assert(std::is_same<decltype(max_u32_u32), const uint32_t>::value, "should be uint32_t");72 static_assert(c2_const_checker<max_u32_u32>::num() == 2, "should be 2");