This topic has not yet been rated - Rate this topic

multimap::allocator_type

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

typedef Allocator allocator_type;

allocator_type is a synonym for the template parameter Allocator.

See the example for get_allocator for an example using allocator_type.

Header: <map>

Namespace: std

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.