GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
std::chrono::leap_second(3) C++ Standard Libary std::chrono::leap_second(3)

std::chrono::leap_second - std::chrono::leap_second


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.


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)

2022.07.31 http://cppreference.com

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.