|
You are here |
www.foonathan.net | ||
| | | | |
brevzin.github.io
|
|
| | | | | Let's talk about assignment for optional. I realize this is a fraught topic, but I want to try to build up proper intuition about how assignment has to work, especially since the debate around this topic has been fairly underwhelming. This post will almost exclusively discuss copy assignment (i.e. the one that takes an optional const&), since everything just follows from that. | |
| | | | |
www.fluentcpp.com
|
|
| | | | | Variadic templates allow any number of template parameters of any type. In this article we see how to do a variadic number of parameters of the SAME type. | |
| | | | |
www.cppstories.com
|
|
| | | | | When you see an article about new C++ features, most of the time you'll have a description of major elements. Looking at C++17, there are a lot of posts (including articles from this blog) about structured bindings, filesystem, parallel algorithms, if constexpr, std::optional, std::variant... and other prominent C++17 additions. But how about some smaller parts? | |
| | | | |
codewithstyle.info
|
|
| | | Recently I surveyed the readers of this blog to find out what TypeScript features people find difficult to understand. Generics were mentioned quite o | ||