C++ Links: Unterschied zwischen den Versionen

Aus Wiki
Zur Navigation springen Zur Suche springen
(→‎Coroutines: C++20: A Coroutine Based Stream Parser)
(→‎Pointers and References: Move Semantics Part 2)
Zeile 96: Zeile 96:
== Pointers and References ==
== Pointers and References ==
* [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]


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

Version vom 10. Mai 2022, 07:57 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