Qt下使用hash_map

hash_map是标准c++的东西,所以各个平台都支持,在Qt下需要下面两句

#include <ext/hash_map>

using namespace __gnu_cxx;//需要引入

你可能感兴趣的:(Qt下使用hash_map)