multiset::size_type

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

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

Reference

multiset Class

Standard Template Library

Other Resources

multiset Members