hash_multiset::iterator
注意事項 |
---|
這個 API 已經過時。替代方案是 unordered_multiset 類別。 |
提供雙向 Iterator 可讀取或修改 hash_multiset 的所有項目的型別。
typedef list<typename Traits::value_type, typename Traits::allocator_type>::iterator iterator;
備註
型別 iterator 可用來修改項目的值。
在 Visual C++ .NET 2003 中, <hash_map> 和 <hash_set> 標頭檔的成員不在 std 命名空間中,而是移至 stdext 命名空間。 如需詳細資訊,請參閱 stdext 命名空間。
範例
中的 啟動 參閱示範如何宣告和使用 iterator。
需求
標頭: <hash_set>
**命名空間:**stdext