Searched refs:max_u32_u64 (Results 1 – 1 of 1) sorted by relevance
67 constexpr auto max_u32_u64 = c2_max(uint32_t(3), uint64_t(2)); variable68 static_assert(std::is_same<decltype(max_u32_u64), const uint64_t>::value, "should be uint64_t");73 static_assert(c2_const_checker<max_u32_u64>::num() == 3, "should be 3");