Home | History | Annotate | Download | only in time.duration.special

Lines Matching defs:Rep

20 #include "../../rep.h"
26 typedef typename D::rep Rep;
27 Rep max_rep = std::chrono::duration_values<Rep>::max();
32 typedef typename D::rep Rep;
33 constexpr Rep max_rep = std::chrono::duration_values<Rep>::max();
42 test<std::chrono::duration<Rep> >();