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::random_access_iterator_tag - Random-access iterators support a superset of bidirectional iterator

Author

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

                                                    libstdc++              std::random_access_iterator_tag(3cxx)

Detailed Description

       Random-access iterators support a superset of bidirectional iterator operations.

Name

       std::random_access_iterator_tag - Random-access iterators support a superset of bidirectional iterator
       operations.

Synopsis

       #include <iterator>

       Inherits std::bidirectional_iterator_tag.

       Inherited by std::contiguous_iterator_tag.

See Also