Namespaces
Variants

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

From cppreference.net
std::chrono::time_zone_link
Member functions
Nonmember functions
operator== operator<=>
헤더 파일에 정의됨 <chrono>
bool operator == ( const std:: chrono :: time_zone_link & x,
const std:: chrono :: time_zone_link & y ) noexcept ;
(1) (C++20부터)
(2) (C++20부터)

time_zone_link x y 를 이름으로 비교합니다.

< , <= , > , >= , 그리고 != 연산자들은 각각 합성됩니다 operator <=> operator == 로부터.

반환값

1) x. name ( ) == y. name ( )
2) x. name ( ) <=> y. name ( )