std::hash (std::vector<bool>)
< cpp | container | vector bool
template <class Allocator> struct hash<vector<bool, Allocator>>; |
(C++11 起) | |
std::hash 对 std::vector<bool> 的模板特化允许用户获得 std::vector<bool> 类型对象的哈希。
示例
本节未完成 原因:暂无示例 |
参阅
(C++11) |
散列函数对象 (类模板) |