Searched refs:max_rep (Results 1 – 1 of 1) sorted by relevance
31 DRep max_rep = std::chrono::duration_values<DRep>::max(); in test() local32 assert(D::max().count() == max_rep); in test()37 constexpr DRep max_rep = std::chrono::duration_values<DRep>::max(); in test() local38 static_assert(D::max().count() == max_rep, ""); in test()