forward_list::iterator

A type that provides an iterator for the forward list.

typedef implementation-defined iterator;

Remarks

iterator describes an object that can serve as a forward iterator for the controlled sequence. It is described here as a synonym for an implementation-defined type.

Requirements

Header: <forward_list>

Namespace: std

See Also

Reference

forward_list Class

Other Resources

forward_list Members