Summary
This lesson provides a summary of the concepts covered in this chapter.
We'll cover the following...
Chapter summary
-
The return type of an auto function is deduced automatically.
-
The return value of a
ref
function is a reference to an existing variable. -
The return value of an
auto ref
function is a ...