C++ Links: Unterschied zwischen den Versionen

Aus Wiki
Zur Navigation springen Zur Suche springen
(→‎Types: values)
(→‎Types: strong_typedef)
Zeile 36: Zeile 36:
== 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://www.justsoftwaresolutions.co.uk/cplusplus/strong_typedef.html strong_typedef by Anthony Williams]
* [https://abseil.io/tips/49 ADL]
* [https://abseil.io/tips/49 ADL]
* [https://accu.org/index.php/journals/2641 lvalues, rvalues, glvalues, prvalues, xvalues, help]
* [https://accu.org/index.php/journals/2641 lvalues, rvalues, glvalues, prvalues, xvalues, help]

Version vom 3. Juni 2019, 12:52 Uhr

Concurrency

Exceptions and Transactional Operations

Containers

Tuples

Variants

Boost Multiindex

Iterators

Functional Programming

Coroutines

Types

Random

Metaprogramming

CRTP

Covariance, Contravariance, Invariance

Lambdas

Methods / Patterns

Optimization

Network