June 2017
Intermediate to advanced
532 pages
12h 59m
English
The back_insert_iterator can be wrapped around std::vector, std::deque, std::list, and so on. It will call the container's push_back method, which inserts the new item past the existing items. If the container instance is not large enough, it will be grown automatically.
Read now
Unlock full access