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