Namespaces
Variants
Actions

std::hash<std::chrono::weekday_indexed>

From cppreference.com
 
 
 
 
Defined in header <chrono>
template<>struct hash<std::chrono::weekday_indexed>;
(since C++26)

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

The operator() of this specialization is noexcept.

[edit]Notes

Feature-test macro ValueStdFeature
__cpp_lib_chrono202306L(C++26)Hashing support for std::chrono value classes

[edit]See also

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