C++ Links: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Claas (Diskussion | Beiträge) (typo) |
Claas (Diskussion | Beiträge) (visiting variants using lambdas) |
||
Zeile 9: | Zeile 9: | ||
* [https://blog.galowicz.de/2016/09/04/algorithms_in_iterators/ Wrapping Algorithms into Iterators] | * [https://blog.galowicz.de/2016/09/04/algorithms_in_iterators/ Wrapping Algorithms into Iterators] | ||
== | == Variants == | ||
* [https://akrzemi1.wordpress.com/2016/02/27/another-polymorphism/ Polymorphism using variant] | * [https://akrzemi1.wordpress.com/2016/02/27/another-polymorphism/ Polymorphism using variant] | ||
* [https://vittorioromeo.info/index/blog/variants_lambdas_part_1.html Visiting variants using lambdas] | |||
== Random == | == Random == |
Version vom 10. Oktober 2016, 09:18 Uhr
Exceptions
Tuples
Iterators
Variants
Random
Metaprogramming
- Size of an array (another way)
- static_if
- Deep copy using a polymorphic wrapper
- A customizable framework