Namespaces
Variants

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

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

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

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

반환값

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