C++ Double Address Operator? (&&)

This is C++11 code. In C++11, the && token can be used to mean an “rvalue reference”.

Leave a Comment