Provided by: libstdc++-13-doc_13.3.0-13ubuntu1_all bug

NAME

       std::forward_iterator_tag - Forward iterators support a superset of input iterator operations.

SYNOPSIS

       #include <iterator>

       Inherits std::input_iterator_tag.

       Inherited by std::bidirectional_iterator_tag.

Detailed Description

       Forward iterators support a superset of input iterator operations.

Author

       Generated automatically by Doxygen for libstdc++ from the source code.

                                                    libstdc++                    std::forward_iterator_tag(3cxx)