std::hash<std::stacktrace_entry>
來自 cppreference.com
定義於標頭檔案 <stacktrace> |
||
template<> struct hash<std::stacktrace_entry>; |
(C++23 起) | |
std::hash 對 std::stacktrace_entry 的模板特化允許使用者獲取 std::stacktrace_entry 型別值的雜湊值。
此特化的 operator()
是 noexcept 的。
[編輯] 示例
本節不完整 原因:無示例 |
[編輯] 參閱
(C++11) |
雜湊函式物件 (類模板) |
std::basic_stacktrace 的雜湊支援 (類模板特化) |