std::forward_iterator_tag - Man Page
Forward iterators support a superset of input iterator operations.
Synopsis
Inherits std::input_iterator_tag.
Inherited by std::bidirectional_iterator_tag.
Detailed Description
Forward iterators support a superset of input iterator operations.
Definition at line 99 of file stl_iterator_base_types.h.
Author
Generated automatically by Doxygen for libstdc++ from the source code.
Info
Tue Jan 18 2022 libstdc++