std::unordered_map(C++11)

std::unordered_map(C++11),是一个无序map,存储的数据结构是hash table

他的key元素类,需要提供一个二元谓词 ,实现bool operator ==(Class)

std::unordered_map(C++11)

 
喜欢 0
分享