Share via


multimap::allocator_type

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

typedef Allocator allocator_type;

Remark

allocator_type is a synonym for the template parameter Allocator.

Example

See the example for get_allocator for an example using allocator_type.

Requirements

Header: <map>

Namespace: std

See Also

Reference

multimap Class

Standard Template Library