Share via


multiset::size_type

 

An unsigned integer type that can represent the number of elements in a multiset.

Syntax

typedef typename allocator_type::size_type size_type;

Example

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

Requirements

Header: <set>

Namespace: std

See Also

multiset Class
Standard Template Library