multimap::size_type

An unsigned integer type that counts the number of elements in a multimap.

typedef typename allocator_type::size_type size_type;

Example

See the example for size for an example of how to declare and use size_type

Requirements

Header: <map>

Namespace: std

See Also

Reference

multimap Class

Standard Template Library