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.
このブラウザーはサポートされなくなりました。
Microsoft Edge にアップグレードすると、最新の機能、セキュリティ更新プログラム、およびテクニカル サポートを利用できます。
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.