FreeBSD Manual Pages
std::chrono::leap_second(3) C++ Standard Libary std::chrono::leap_second(3) NAME std::chrono::leap_second - std::chrono::leap_second Synopsis Defined in header <chrono> class leap_second; (since C++20) The class leap_second represents the date and time of a leap second insertion. Users cannot construct leap_second objects except by copying from existing leap_second objects. The library implementation creates leap_second objects when it initializes the time zone database and provides const access to these objects. leap_second has a defaulted copy constructor and a defaulted copy assignment operator. Member functions date obtains the time of leap second insertion (public member function) Nonmember functions operator== operator< operator<= compares two leap_second values or a leap_second value and a sys_time operator> (function template) operator>= operator<=> (C++20) http://cppreference.com 2022.07.31 std::chrono::leap_second(3)
NAME | Synopsis | Member functions
Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=std::chrono::leap_second&sektion=3&manpath=FreeBSD+Ports+15.0>
