Searched refs:max_rep (Results 1 – 1 of 1) sorted by relevance
27 Rep max_rep = std::chrono::duration_values<Rep>::max(); in test() local28 assert(D::max().count() == max_rep); in test()33 constexpr Rep max_rep = std::chrono::duration_values<Rep>::max(); in test() local34 static_assert(D::max().count() == max_rep, ""); in test()