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

Lines Matching defs:Rep

19 #include "../../rep.h"
25 typedef typename D::rep Rep;
26 Rep zero_rep = std::chrono::duration_values<Rep>::zero();
31 typedef typename D::rep Rep;
32 constexpr Rep zero_rep = std::chrono::duration_values<Rep>::zero();
41 test<std::chrono::duration<Rep> >();