list::size_type

 

A type that counts the number of elements in a list.

Syntax

typedef typename Allocator::size_type size_type;

Example

See the example for size.

Requirements

Header: <list>

Namespace: std

See Also

list Class
Standard Template Library