C++ iterator adaptors

preview_player
Показать описание
In this Bits of Q tutorial we will be talking about iterator adaptors which can be used to create iterators for your data. You can use them to iterator over streams, write to containers and even turn one type of interator into another one.
By using iterator adaptors you can unlock access to all the algorithms from the standard library as well as write generic iterator based algoritms.

Related material:

-- TIMESTAMPS --
00:00 - Introduction
00:51 - istream_iterator
02:03 - ostream_iterator
03:28 - inserter_iterators
04:32 - Single-line input
05:10 - make_reverse_iterator
05:51 - generic iterator-based algos
07:35 - make_move_iterator
08:20 - more iterators

If you have any questions or feedback, just leave a comment below.

See you next time!
Рекомендации по теме
Комментарии
Автор

Excellent content. Great channel. Thank you!

johanyngman