Movatterモバイル変換


[0]ホーム

URL:


cppreference.com
Namespaces
Variants
    Actions

      std::chrono::leap_second

      From cppreference.com
      <cpp‎ |chrono
       
       
      Date and time library
       
      std::chrono::leap_second
       
      Defined in header<chrono>
      class leap_second;
      (since C++20)

      The classleap_second represents the date and time of a leap second insertion.

      Users cannot constructleap_second objects except by copying from existingleap_second objects. The library implementation createsleap_second objects when it initializes the time zone database and providesconst access to these objects.

      leap_second has a defaulted copy constructor and a defaulted copy assignment operator.

      [edit]Member functions

      obtains the time of leap second insertion
      (public member function)[edit]

      [edit]Nonmember functions

      compares twoleap_second values or aleap_second value and asys_time
      (function template)[edit]

      [edit]Helper classes

      hash support forstd::chrono::leap_second
      (class template specialization)
      Retrieved from "https://en.cppreference.com/mwiki/index.php?title=cpp/chrono/leap_second&oldid=157600"

      [8]ページ先頭

      ©2009-2025 Movatter.jp