Summary
In this chapter you have learned how to use modern C++ features such as forwarding references, move-semantics, lambda functions, std::any
, and std::optional
. In the next chapter we will look into strategies for how to measure performance in C++.