Namespaces
Variants
Actions

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

From cppreference.com
< cpp‎ | chrono‎ | zoned time
 
C++
 
Date and time library
Time point
(C++11)
(C++20)
Duration
(C++11)
Clocks
(C++20)
(C++20)
(C++20)
(C++20)
(C++20)
(C++20)
Time of day
(C++20)(C++20)
(C++20)(C++20)
(C++20)
Calendar
(C++20)
(C++20)
(C++20)
(C++20)
(C++20)
(C++20)
(C++20)
(C++20)(C++20)
chrono I/O
(C++20)

 
std::chrono::zoned_time
Defined in header <chrono>
template< class Duration1, class Duration2, class TimeZonePtr >

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

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

Compares the two zoned_time values x and y. Two zoned_time objects compare equal if their time points and time zone pointers both compare equal according to operator==.

The != operator is synthesized from operator==.

[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 of x and y directly and no copying is performed.

Follow Lee on X/Twitter - Father, Husband, Serial builder creating AI, crypto, games & web tools. We are friends :) AI Will Come To Life!

Check out: eBank.nz (Art Generator) | Netwrck.com (AI Tools) | Text-Generator.io (AI API) | BitBank.nz (Crypto AI) | ReadingTime (Kids Reading) | RewordGame | BigMultiplayerChess | WebFiddle | How.nz | Helix AI Assistant