logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

Author

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

                                                    libstdc++              std::bidirectional_iterator_tag(3cxx)

Detailed Description

       Bidirectional iterators support a superset of forward iterator operations.

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.

See Also