forward_list::const_iterator
A type that provides a constant iterator for the forward list.
typedef implementation-defined const_iterator;
Remarks
const_iterator describes an object that can serve as a constant forward iterator for the controlled sequence. It is described here as a synonym for an implementation-defined type.
Requirements
Header: <forward_list>
Namespace: std