Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns an iterator addressing the first element in a forward list.
const_iterator begin() const;
iterator begin();
Return Value
A forward iterator that points at the first element of the sequence (or just beyond the end of an empty sequence).
Requirements
Header: <forward_list>
Namespace: std