C++, Programming IT Nursery What does auto&& tell us? If you read code like auto&& var = foo(); where foo is any function returning by value of type T. Then var is an lvalue of type rvalue reference... May 29, 2022 0 Comments