std::hash (std::vector<bool>)

来自cppreference.com
template <class Allocator> struct hash<vector<bool, Allocator>>;
(C++11 起)

std::hashstd::vector<bool> 的模板特化允许用户获得 std::vector<bool> 类型对象的哈希。

示例

参阅

(C++11)
散列函数对象
(类模板)