std::hash (std::vector<bool>)
来自cppreference.com
< cpp | container | vector bool
容器库
std::vector<bool>
成员函数 | ||||
元素访问 | ||||
迭代器 | ||||
(C++11)
|
||||
(C++11)
|
||||
(C++11)
|
||||
(C++11)
|
||||
容量 | ||||
修改器 | ||||
(C++11)
|
||||
(C++11)
|
||||
std::vector<bool> 特定 | ||||
非成员函数 | ||||
(C++20)(C++20)
|
||||
(C++20
前)(C++20
前)(C++20
前)(C++20
前)(C++20
前)(C++20)
|
||||
辅助类 | ||||
std::hash
(C++11)
|
||||
推导指引(C++17) |
template
<class
Allocator>
struct
hash<vector<bool,
Allocator>>;
|
(C++11 起) | |
std::hash 对 std::vector<bool> 的模板特化允许用户获得 std::vector<bool> 类型对象的哈希。
示例
本节未完成 原因:暂无示例 |
参阅
(C++11)
|
散列函数对象 (类模板) |