|
You are here |
www.reedbeta.com | ||
| | | | |
mpark.github.io
|
|
| | | | | A visitation mechanism for `std::variant`. | |
| | | | |
quuxplusone.github.io
|
|
| | | | | Via StackOverflow: Newcomers to C++20 Ranges are often surprised that some ranges cannot be "const-iterated." But it's true! template<std::ranges::range R> void foreach(const R& rg) { // Wrong! for (auto&& elt : rg) { } } | |
| | | | |
gist.github.com
|
|
| | | | | C++ Ranges. GitHub Gist: instantly share code, notes, and snippets. | |
| | | | |
blog.fahhem.com
|
|
| | | Posts and writings by Fahrzin Hemmati | ||