Home
last modified time | relevance | path

Searched refs:max_rep (Results 1 – 1 of 1) sorted by relevance

/external/libcxx/test/std/utilities/time/time.duration/time.duration.special/
Dmax.pass.cpp27 Rep max_rep = std::chrono::duration_values<Rep>::max(); in test() local
28 assert(D::max().count() == max_rep); in test()
33 constexpr Rep max_rep = std::chrono::duration_values<Rep>::max(); in test() local
34 static_assert(D::max().count() == max_rep, ""); in test()