std::hash<std::basic_stacktrace>
From cppreference.com
< cpp | utility | basic stacktrace
| ヘッダー <stacktrace> で定義 |
||
| template< class Allocator > struct hash<std::basic_stacktrace<Allocator>>; |
(C++23から) | |
std::hash の std::basic_stacktrace に対するテンプレート特化により、ユーザーは std::basic_stacktrace 型の値のハッシュ値を取得できます。
この特殊化の operator() は noexcept です。
[編集] 例
| このセクションは未完成です 理由: 例がありません |
[編集] 関連項目
| (C++11) |
ハッシュ関数オブジェクト (クラステンプレート) |
| std::stacktrace_entry のハッシュサポート (クラステンプレートの特殊化) |