std::hash (std::vector<bool>)
提供: cppreference.com
<tbody>
</tbody>
template <class Allocator> struct hash<vector<bool, Allocator>>; |
(C++11以上) | |
std::hash の std::vector<bool> に対するテンプレート特殊化は、ユーザが std::vector<bool> 型のオブジェクトのハッシュを取得することを可能とします。
例
| This section is incomplete Reason: no example |
関連項目
(C++11) |
ハッシュ関数オブジェクト (クラステンプレート) |