Movatterモバイル変換


[0]ホーム

URL:


cppreference.com
Namespaces
Variants
    Actions

      std::chrono::operator==(std::chrono::zoned_time)

      From cppreference.com
      <cpp‎ |chrono‎ |zoned time
       
       
      Date and time library
       
       
      Defined in header<chrono>
      template<class Duration1,class Duration2,class TimeZonePtr>

      bool operator==(conststd::chrono::zoned_time<Duration1, TimeZonePtr>& x,

                       conststd::chrono::zoned_time<Duration2, TimeZonePtr>& y);
      (since C++20)

      Compares the twozoned_time valuesx andy. Twozoned_time objects compare equal if their time points and time zone pointers both compare equal according tooperator==.

      The!= operator issynthesized fromoperator==.

      [edit]Return value

      x.get_time_zone()== y.get_time_zone()&& x.get_sys_time()== y.get_sys_time(), except that the comparisons are performed on the nonstatic data members ofx andy directly and no copying is performed.

      Retrieved from "https://en.cppreference.com/mwiki/index.php?title=cpp/chrono/zoned_time/operator_cmp&oldid=161723"

      [8]ページ先頭

      ©2009-2026 Movatter.jp