Lines Matching refs:sys_time
281 using sys_time = time_point<system_clock, Duration>; // C++20
282 using sys_seconds = sys_time<seconds>; // C++20
283 using sys_days = sys_time<days>; // C++20
680 bool operator==(const leap& x, const sys_time<Duration>& y);
682 bool operator==(const sys_time<Duration>& x, const leap& y);
684 bool operator!=(const leap& x, const sys_time<Duration>& y);
686 bool operator!=(const sys_time<Duration>& x, const leap& y);
688 bool operator< (const leap& x, const sys_time<Duration>& y);
690 bool operator< (const sys_time<Duration>& x, const leap& y);
692 bool operator> (const leap& x, const sys_time<Duration>& y);
694 bool operator> (const sys_time<Duration>& x, const leap& y);
696 bool operator<=(const leap& x, const sys_time<Duration>& y);
698 bool operator<=(const sys_time<Duration>& x, const leap& y);
700 bool operator>=(const leap& x, const sys_time<Duration>& y);
702 bool operator>=(const sys_time<Duration>& x, const leap& y);
1597 using sys_time = time_point<system_clock, _Duration>;
1598 using sys_seconds = sys_time<seconds>;
1599 using sys_days = sys_time<days>;