Value vs. Reference Semantics, Special Iterators Value/Ref Semantics, Special Iterators Value/Ref Semantics, Special Iterators
Follow @hackingcpp on twitter so you don't miss any updates.
New
Value Semantics vs. Reference Semantics
- concise overview
- some code examples in C++ and Python
Redesigned
Special Standard Iterators
that can be used as sources or targets for standard algorithms
- output iterators for inserting into containers
- stream iterators