|
|
|
Member functions | ||||
Nonmember functions | ||||
Helper classes | ||||
hash<std::chrono::month_day> (C++26) |
Defined in header <chrono> | ||
template<>struct hash<std::chrono::month_day>; | (since C++26) | |
The template specialization ofstd::hash forstd::chrono::month_day allows users to obtain hashes of objects of typestd::chrono::month_day. This specialization isenabled.
Theoperator() of this specialization isnoexcept.
Feature-test macro | Value | Std | Feature |
---|---|---|---|
__cpp_lib_chrono | 202306L | (C++26) | Hashing support forstd::chrono value classes |
(C++11) | hash function object (class template)[edit] |