Posts

ClassIdioms

The Iterator Protocol

/
When you want to use a user-defined type in a range-based for-loop, your user-defined type has to implement…

Improved Iterators with Ranges

/
There are more reasons to prefer ranges library above the classical Standard Template Library. The ranges…