C++ Links: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Claas (Diskussion | Beiträge) (Vector Monad) |
Claas (Diskussion | Beiträge) (→Types: ADL) |
||
Zeile 27: | Zeile 27: | ||
== Types == | == Types == | ||
* [https://foonathan.github.io/blog/2016/10/19/strong-typedefs.html Strong typedefs] | * [https://foonathan.github.io/blog/2016/10/19/strong-typedefs.html Strong typedefs] | ||
* [https://abseil.io/tips/49 ADL] | |||
== Random == | == Random == |
Version vom 13. November 2017, 16:46 Uhr
Concurrency
Exceptions and Transactional Operations
Containers
Tuples
Variants
Boost Multiindex
Iterators
Functional Programming
Types
Random
Metaprogramming
- Size of an array (another way)
- static_if
- Deep copy using a polymorphic wrapper
- A customizable framework
- Zero overhead currying
Covariance, Contravariance, Invariance
Lambdas
- Composing Lambdas in C++14 -- and Functions
- Capturing perfectly-forwarded objects in lambdas
- Fun with lambdas (part 1)