Namespaces
Variants
Actions

std::hash<std::chrono::zoned_time>

From cppreference.com
< cpp‎ | chrono‎ | zoned time
 
 
 
 
Defined in header <chrono>
template< class Duration, class TimeZonePtr >
struct hash<std::chrono::zoned_time<Duration, TimeZonePtr>>;
(since C++26)

The template specialization of std::hash for std::chrono::zoned_time allows users to obtain hashes of objects of type std::chrono::zoned_time<Duration, TimeZonePtr>. This specialization is enabled if and only if both std::hash<Duration> and std::hash<TimeZonePtr> are enabled.

[edit] Notes

Feature-test macro Value Std Feature