Possible Duplicate:
Double Address Operator? (&&)
I came across the following function signature
void doSomething(double && r3);
It cannot be logical &&, and Reference is a single &... what is the above && ? If possible, can you point me to some documentation on it?