You are here |
blog.kummerlaender.eu | ||
| | | |
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. | |
| | | |
arne-mertz.de
|
|
| | | | In this guest post, Alfredo Correa shows how the concept of covariant functions over variants can be generalized to covariant functions of multiple arguments, effectively achieving runtime multiple dispatch. | |
| | | |
www.foonathan.net
|
|
| | | | Strong or opaque typedefs are typedefs that truly create new types instead of aliases. They are very useful to prevent accidental conversions and give more semantic meanings. This post shows you how they can be emulated in C++ today. | |
| | | |
0xd34df00d.me
|
|
| |