std::hash<std::chrono::month_weekday_last> - cppreference.com

From cppreference.com

template<>structhash<std::chrono::month_weekday_last>;(since C++26)The template specialization of

std::hash

for

std::chrono::month_weekday_last

allows users to obtain hashes of objects of type std::chrono::month_weekday_last. This specialization is

enabled

.

The operator() of this specialization is noexcept.

Notes

Feature-test

macro ValueStdFeature

__cpp_lib_chrono

202306L

(C++26)

Hashing

support for std::chrono value classes See also

(C++11)

hash function object
(class template)

[edit]