std::hash (std::vector<bool>)
提供: cppreference.com
< cpp | container | vector bool
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) |
ハッシュ関数オブジェクト (クラステンプレート) |