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