forward_list::size_type

A type that represents the unsigned distance between two elements.

typedef typename Allocator::size_type size_type;

Remarks

The unsigned integer type describes an object that can represent the length of any controlled sequence.

Requirements

Header: <forward_list>

Namespace: std

See Also

Reference

forward_list Class