|
You are here |
howardhinnant.github.io | ||
| | | | |
www.cppstories.com
|
|
| | | | | Let's take a pair of two types - what can you do with such composition? In this article, I'll describe std:optional - a new helper type added in C++17. It's a wrapper for your type and a flag that indicates if the value is initialized or not. Let's see where it can be useful and how you can use it. | |
| | | | |
www.codeproject.com
|
|
| | | | | A implementation of a delegate library which can work faster than "the Fastest Possible C++ Delegates" and is completely compatible with the C++ Standard. | |
| | | | |
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.freshblurbs.com
|
|
| | | Common Software Design Patterns - Fresh Blurbs by Irakli Nadareishvili | ||