C++ Links: Unterschied zwischen den Versionen

Aus Wiki
Zur Navigation springen Zur Suche springen
(→‎Pointers and References: Move Semantics Part 2)
Zeile 97: Zeile 97:
* [https://www.nextptr.com/tutorial/ta1441164581/stdref-and-stdreference_wrapper-common-use-cases std::ref and std::reference_wrapper: common use cases]
* [https://www.nextptr.com/tutorial/ta1441164581/stdref-and-stdreference_wrapper-common-use-cases std::ref and std::reference_wrapper: common use cases]
* [https://medium.com/factset/modern-c-in-depth-move-semantics-part-2-4c53e90d5f2 Move Semantics Part 2]
* [https://medium.com/factset/modern-c-in-depth-move-semantics-part-2-4c53e90d5f2 Move Semantics Part 2]
* [https://devblogs.microsoft.com/cppblog/cpp23-deducing-this/ C++23’s Deducing this: what it is, why it is, how to use it]


== Optimization, constexpr ==
== Optimization, constexpr ==

Version vom 28. Juli 2022, 22:47 Uhr

Concurrency

Exceptions and Transactional Operations

Containers

Tuples

Variants

Boost Multiindex

Misc

Regular Expressions

  • The Regular Expression Library Part 1, 2

Iterators

Functional Programming

Coroutines

Types

Concepts

Random

Metaprogramming

CRTP

Covariance, Contravariance, Invariance

Lambdas

Methods / Patterns

Pointers and References

Optimization, constexpr

Network