set::size_type

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

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: <set>

Namespace: std

See Also

Concepts

set Class

set Members

Standard Template Library