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