table of contents
other versions
- testing 10.2.1-6
- unstable 10.2.1-6
- experimental 10.3.0-1
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¶
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 stl_iterator_base_types.h.
Author¶
Generated automatically by Doxygen for libstdc++ from the source code.Sun Jan 10 2021 | libstdc++ |