Namespaces
Variants
Views
Actions

std::hash<std::chrono::month_weekday>

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

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

The operator() of this specialization is noexcept.

[edit] Notes

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

[edit] See also

(C++11)
hash function object
(class template) [edit]