std::chrono::leap (3) - Linux Manuals
std::chrono::leap: std::chrono::leap
NAME
std::chrono::leap - std::chrono::leap
Synopsis
Defined in header <chrono>
class leap; (since C++20)
The class leap represents the date and time of a leap second insertion.
Users cannot construct leap objects except by copying from existing leap objects. The library implementation creates leap objects when it initializes the time zone database and provides const access to these objects.
leap has a defaulted copy constructor and a defaulted copy assignment operator.
Member functions
date (public member function)
Nonmember functions
operator==
operator!= compares two leap objects or a leap object and a sys_time
operator< (function template)
operator<=
operator>
operator>=