std::hash(std::stacktrace_entry)
来自cppreference.com
< cpp | utility | stacktrace entry
诊断库
|
|
std::stacktrace_entry
成员函数 | ||||
(C++23)
|
||||
观察器 | ||||
(C++23)
|
||||
(C++23)
|
||||
查询 | ||||
(C++23)
|
||||
(C++23)
|
||||
(C++23)
|
||||
非成员函数 | ||||
(C++23)(C++23)
|
||||
(C++23)
|
||||
(C++23)
|
||||
辅助类 | ||||
hash<stacktrace_entry>
(C++23)
|
||||
(C++23)
|
在标头
<stacktrace>
定义
|
||
template<>
struct
hash<std::stacktrace_entry>;
|
(C++23 起) | |
std::hash 对 std::stacktrace_entry 的模板特化允许用户获得 std::stacktrace_entry 类型值的散列值。
此特化的 operator()
为 noexcept 。
示例
本节未完成 原因:暂无示例 |
参阅
(C++11)
|
散列函数对象 (类模板) |
(C++23)
|
std::basic_stacktrace
的散列支持 (类模板特化) |