hash_map::mapped_type

备注

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

表示数据类型的类型在 hash_map 存储状态。

typedef Type mapped_type;

备注

该类型 mapped_type 是模板参数的 Type同义词。

有关 Type 的更多信息 hash_map Class 请参见主题。

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

示例

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

要求

标头: <hash_map>

命名空间: stdext

请参见

参考

hash_map Class

标准模板库