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