C++ 参考手册

位置:首页 > C++ 参考手册 >容器库 >std::vector<bool> > std::hash (std::vector<bool>)

template <class Allocator> struct hash<vector<bool, Allocator>>;
(C++11 起)

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

示例

本节未完成
原因:暂无示例

参阅

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