Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/test/std/time/time.duration/time.duration.special/
H A Dmax.pass.cpp31 DRep max_rep = std::chrono::duration_values<DRep>::max(); in test() local
32 assert(D::max().count() == max_rep); in test()
37 constexpr DRep max_rep = std::chrono::duration_values<DRep>::max(); in test() local
38 static_assert(D::max().count() == max_rep, ""); in test()