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

From cppreference.com
< cpp‎ | chrono‎ | zoned time
 
 
 
Date and time utilities
(C++11)
(C++11)
Clocks
(C++20)
                                                  
(C++20)
(C++20)
(C++20)
(C++20)
(C++20)
Calendars
(C++20)
(C++20)
(C++20)
(C++20)
(C++20)
Time zones
(C++20)
(C++20)
(C++20)
(C++20)
(C++20)
(C++20)
C-style date and time
 
 
template <class Duration1, class Duration2, class TimeZonePtr>

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

           const zoned_time<Duration2, TimeZonePtr>& y);
(since C++20)
template <class Duration1, class Duration2, class TimeZonePtr>

bool
operator!=(const zoned_time<Duration1, TimeZonePtr>& x,

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