共用方式為


hash_map::allocator_type

注意事項注意事項

這個 API 已經過時。替代方案是 unordered_map 類別

表示 hash_map 物件的配置器類別的型別。

typedef list<typename Traits::value_type, typename Traits::allocator_type>::allocator_type allocator_type;

圖例

allocator_typeAllocator 樣板參數的同義字。

在 Visual C++ .NET 2003 中, <hash_map><hash_set> 標頭檔的成員不在 std 命名空間中,而是移至 stdext 命名空間。 如需詳細資訊,請參閱 stdext 命名空間

範例

使用 allocator_type,中的參閱 get_allocator 範例。

需求

標頭檔: <hash_map>

**命名空間:**stdext

請參閱

參考

hash_map 類別

標準樣板程式庫