|
The use of reference return values can avoid generating a temporary object to receive the return value, which means that it avoids calling the copy constructor, reducing memory consumption, and it is very efficient, while achieving stream operations |
|