Movatterモバイル変換


[0]ホーム

URL:


cppreference.com
Namespaces
Variants
    Actions

      std::chrono::tzdb_list

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

      tzdb_list is a singleton list ofstd::chrono::tzdbs, each of which represents a copy of theIANA time zone database. Users cannot construct atzdb_list and can only obtain access to one via thestd::chrono::get_tzdb_list free function.

      [edit]Member types

      Type Description
      const_iterator constantLegacyForwardIterator whose value type isstd::chrono::tzdb

      [edit]Member functions

      (constructor)
      (deleted)
      copy constructor is defined as deleted
      (public member function)[edit]
      operator=
      (deleted)
      copy assignment operator is defined as deleted
      (public member function)[edit]
      access the first element
      (public member function)[edit]
      erases an element after an element
      (public member function)[edit]
      returns an iterator to the beginning of the list
      (public member function)[edit]
      returns an iterator past the end of the list
      (public member function)[edit]
      Retrieved from "https://en.cppreference.com/mwiki/index.php?title=cpp/chrono/tzdb_list&oldid=180446"

      [8]ページ先頭

      ©2009-2025 Movatter.jp