forward_iterator_tag
forward_iterator_tag
struct forward_iterator_tag
: public input_iterator_tag {
};
The type is the same as iterator<It>::
iterator_category
when It
describes an object that can serve as a forward iterator.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
forward_iterator_tag
struct forward_iterator_tag
: public input_iterator_tag {
};
The type is the same as iterator<It>::
iterator_category
when It
describes an object that can serve as a forward iterator.