oracular (3) std::bidirectional_iterator_tag.3cxx.gz

Provided by: libstdc++-14-doc_14.2.0-4ubuntu2_all bug

NAME

       std::bidirectional_iterator_tag - Bidirectional iterators support a superset of forward iterator
       operations.

SYNOPSIS

       #include <iterator>

       Inherits std::forward_iterator_tag.

       Inherited by std::random_access_iterator_tag.

Detailed Description

       Bidirectional iterators support a superset of forward iterator operations.

Author

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

                                                    libstdc++              std::bidirectional_iterator_tag(3cxx)