std::hash<std::chrono::weekday_indexed>
来自 cppreference.com
< cpp | chrono | weekday indexed
定义在头文件 <chrono> 中 |
||
template<> struct hash<std::chrono::weekday_indexed>; |
(自 C++26 起) | |
std::hash 的模板特化,用于 std::chrono::weekday_indexed,允许用户获取 std::chrono::weekday_indexed 类型的对象的哈希值。此特化是 启用的。
此特化的 operator() 是 noexcept 的。
[编辑] 注释
功能测试 宏 | 值 | Std | 功能 |
---|---|---|---|
__cpp_lib_chrono |
202306L | (C++26) | std::chrono 值类的 哈希 支持 |
[编辑] 另请参见
(C++11) |
哈希函数对象 (类模板) |