std:: hash <std::chrono::leap_second>

From cppreference.com
Utilities library
General utilities
Relational operators (deprecated in C++20)
std::chrono::leap_second
Member functions
Nonmember functions
Helper classes
hash <std::chrono::leap_second>
(C++26)
Defined in header <chrono>
template <> struct hash < std:: chrono :: leap_second > ;
(since C++26)

The template specialization of std::hash for std::chrono::leap_second allows users to obtain hashes of objects of type std:: chrono :: leap_second . This specialization is enabled .

The operator ( ) of this specialization is noexcept .

Notes

Feature-test macro Value Std Feature
__cpp_lib_chrono 202306L (C++26) Hashing support for std::chrono value classes

See also

(C++11)
hash function object
(class template)