Move Semantic & Templates
Introduction and usage of the Move Semantic in C++, and short introduction to Templates. In particular :
- Mechanism of Call by Values / Call by References
- Definition lvalue and rvalue, with associated references
- Choose between Copy and Move Semantic
- Move Constructor, assignment operator and Rule of Five
- Objectives of Templates, description of the Standard Template Library
Don't hesitate to checkout the Link to Lecture Slides ...