hash_map::key_type

备注

此 API 已过时。另一种方法是 unordered_map Class

类型描述构成 hash_map 的每个元素的排序关键字对象。

typedef Key key_type;

备注

key_type 是模板参数的 Key同义词。

有关 Key的更多信息,请参见 hash_map Class 主题的"备注"节。

在 Visual C++ .NET 2003 中,<hash_map><hash_set> 标头文件的成员中不再标准,命名空间,而是将 stdext 命名空间。 有关更多信息,请参见 stdext 命名空间

示例

有关示例的 value_type 参见的示例演示如何声明和使用 key_type

要求

标头: <hash_map>

命名空间: stdext

请参见

参考

hash_map Class

标准模板库