hash_multiset::allocator_type
注意事項 |
---|
這個 API 已經過時。替代方案是 unordered_multiset 類別。 |
表示 hash_multiset 物件的配置器類別的型別。
typedef list<typename Traits::value_type, typename Traits::allocator_type>::allocator_type allocator_type;
圖例
allocator_type 是樣板參數 Allocator的同義字。
在 Visual C++ .NET 2003 中, <hash_map> 和 <hash_set> 標頭檔的成員不在 std 命名空間中,而是移至 stdext 命名空間。 如需詳細資訊,請參閱 stdext 命名空間。
如需 Allocator,請參閱 hash_multiset 類別的 < 備註 > 一節。
範例
使用 allocator_type,中的 get_allocator 參閱範例
需求
標頭: <hash_set>
**命名空間:**stdext