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.cpp32 Rep max_rep = std::chrono::duration_values<Rep>::max(); in test() local
33 assert(D::max().count() == max_rep); in test()
38 constexpr Rep max_rep = std::chrono::duration_values<Rep>::max(); in test() local
39 static_assert(D::max().count() == max_rep, ""); in test()