Explore >> Select a destination


You are here

blog.knatten.org
| | www.foonathan.net
14.9 parsecs away

Travel
| | You probably know that C++20 adds ranges. Finally we can write copy(container, dest) instead of copy(container.begin(), container.end(), dest)! Ranges also do a lot more. Among other things, they add a new way of specifying an iterator to the end - sentinels.
| | aras-p.info
16.1 parsecs away

Travel
| |
| | ericniebler.com
24.4 parsecs away

Travel
| | This post describes a fun piece of hackery that went into my Range-v3 library recently: a Python-like range slicing facility with cute, short syntax. It's nothing earth-shattering from a func...
| | brevzin.github.io
61.3 parsecs away

Travel
| Setting the Stage