pro*_*Fun 4 c++ stl std map data-structures
在C++中使用以下代码行的数据结构是什么?
map <char, int> dict;
它是哈希表吗?
Rap*_*ptz 6
std::unordered_map 使用散列来存储其对象.
std::unordered_map
归档时间:
13 年,3 月 前
查看次数:
7284 次
最近记录: