Skip to content

Session: Move semantics, Reference types, Rule of 5

Hannes Hauswedell edited this page Oct 7, 2016 · 1 revision

Preparation

Bring your own Laptop

... with C++14 enabled compiler (g++ >= 4.9 or clang >= 3.5)

Mandatory reading

Read this introduction on RValue References and Move semantics:

Read these short sections from the CoreGuidelines:

Recommended reading

If you missed the first session on initialization make sure to read up on it:

If you have not used the auto keyword, I recommend to also read:

CppReferences on Move semantics:

Session

slides will follow here

Clone this wiki locally