Movatterモバイル変換


[0]ホーム

URL:


cppreference.com
Namespaces
Variants
    Actions

      std::chrono::operator==,<=>(std::chrono::time_zone)

      From cppreference.com
      <cpp‎ |chrono‎ |time zone
       
       
      Date and time library
       
       
      Defined in header<chrono>
      bool operator==(conststd::chrono::time_zone& x,
                       conststd::chrono::time_zone& y)noexcept;
      (1)(since C++20)
      std::strong_ordering operator<=>(conststd::chrono::time_zone& x,
                                       conststd::chrono::time_zone& y)noexcept;
      (2)(since C++20)

      Compares the twotime_zone valuesx andy by name.

      The<,<=,>,>=, and!= operators aresynthesized fromoperator<=> andoperator== respectively.

      [edit]Return value

      1)x.name()== y.name()
      2)x.name()<=> y.name()
      Retrieved from "https://en.cppreference.com/mwiki/index.php?title=cpp/chrono/time_zone/operator_cmp&oldid=161657"

      [8]ページ先頭

      ©2009-2026 Movatter.jp