Lines Matching refs:sys_time
280 using sys_time = time_point<system_clock, Duration>; // C++20
281 using sys_seconds = sys_time<seconds>; // C++20
282 using sys_days = sys_time<days>; // C++20
709 bool operator==(const leap& x, const sys_time<Duration>& y);
711 bool operator==(const sys_time<Duration>& x, const leap& y);
713 bool operator!=(const leap& x, const sys_time<Duration>& y);
715 bool operator!=(const sys_time<Duration>& x, const leap& y);
717 bool operator< (const leap& x, const sys_time<Duration>& y);
719 bool operator< (const sys_time<Duration>& x, const leap& y);
721 bool operator> (const leap& x, const sys_time<Duration>& y);
723 bool operator> (const sys_time<Duration>& x, const leap& y);
725 bool operator<=(const leap& x, const sys_time<Duration>& y);
727 bool operator<=(const sys_time<Duration>& x, const leap& y);
729 bool operator>=(const leap& x, const sys_time<Duration>& y);
731 bool operator>=(const sys_time<Duration>& x, const leap& y);
1613 using sys_time = time_point<system_clock, _Duration>;
1614 using sys_seconds = sys_time<seconds>;
1615 using sys_days = sys_time<days>;