std::hash<std::basic_stacktrace>
来自 cppreference.com
< cpp | utility | basic stacktrace
定义在头文件 <stacktrace> 中 |
||
template< class Allocator > struct hash<std::basic_stacktrace<Allocator>>; |
(自 C++23 起) | |
针对 std::basic_stacktrace 的 std::hash 模板特化允许用户获取类型为 std::basic_stacktrace 的值的哈希值。
此特化的 operator()
是 noexcept 的。
[编辑] 示例
本节内容不完整 原因:无示例 |
[编辑] 另请参阅
(C++11) |
哈希函数对象 (类模板) |
对 std::stacktrace_entry 的哈希支持 (类模板特化) |