hash_multimap::mapped_type

说明说明

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

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

typedef Type mapped_type;

备注

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

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

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

示例

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

要求

标头: <hash_map>

命名空间: stdext

请参见

参考

hash_multimap Class

标准模板库