hash_multimap::const_pointer

备注

此 API 已过时。替代为 unordered_multimap 类

提供指向在 hash_multimap 的 const 元素的类型。

typedef list<typename _Traits::value_type, typename _Traits::allocator_type>::const_pointer const_pointer;

备注

类型 const_pointer 不能用于修改元素的值。

在许多情况下,应将 迭代器 访问在 hash_multimap 对象的元素。

在Visual C++ .NET 2003中,成员<hash_map><hash_set> 头文件不再在std命名空间,而是已经进入了stdext命名空间。 有关更多信息,请参见 stdext 命名空间

要求

标头: <hash_map>

**命名空间:**stdext

请参见

参考

hash_multimap 类

标准模板库