|
You are here |
www.foonathan.net | ||
| | | | |
ericniebler.com
|
|
| | | | | As you may have heard by now, Ranges got merged and will be part of C++20. This is huge news and represents probably the biggest shift the Standard Library has seen since it was first standardized ... | |
| | | | |
www.cppstories.com
|
|
| | | | | From dynamic container operations to compile-time constants, C++ offers a variety of techniques (as in this famous Meme :)). In this article, we'll delve into advanced initialization methods likereserve() and emplace_backfor containers to tuples with piecewise_construct and forward_as_tuple. Thanks to those techniques, we can reduce the number of temporary objects and create variables more efficiently. | |
| | | | |
www.fluentcpp.com
|
|
| | | | | std::exchange is a underused function of the C++ standard library. Here is how it can make your code expressive. | |
| | | | |
0pointer.de
|
|
| | | Posts and writings by Lennart Poettering | ||