std::forward_iterator_tag
Forward iterators support a superset of input iterator operations.
- Provided by: libstdc++-9-doc (Version: 9.5.0-1ubuntu1~22.04.1)
- Source: gcc-9
- Report a bug
Forward iterators support a superset of input iterator operations.
Inherits std::input_iterator_tag.
Inherited by std::bidirectional_iterator_tag.
Forward iterators support a superset of input iterator operations.
Definition at line 95 of file stl_iterator_base_types.h.
Generated automatically by Doxygen for libstdc++ from the source code.