次の方法で共有


hash_multiset::allocator_type

A type that represents the allocator class for the hash_multiset object.

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

Remark

allocator_type is a synonym for the template parameter Allocator.

In Visual C++ .NET 2003, members of the <hash_map> and <hash_set> header files are no longer in the std namespace, but rather have been moved into the stdext namespace. See The stdext Namespace for more information.

For more information on Allocator, see the Remarks section of the hash_multiset Class.

Example

See example for get_allocator for an example using allocator_type

Requirements

Header: <hash_set>

Namespace: stdext

See Also

Concepts

hash_multiset Class

hash_multiset Members

Standard Template Library