table of contents
other versions
- testing 12.2.0-14
- unstable 12.2.0-14
- experimental 12.3.0-1
conflicting packages
std::bidirectional_iterator_tag(3cxx) | std::bidirectional_iterator_tag(3cxx) |
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.
Definition at line 103 of file iterator.
Author¶
Generated automatically by Doxygen for libstdc++ from the source code.
Sun Jan 8 2023 | libstdc++ |