万能引用

T&& Doesn’t Always Mean “Rvalue Reference” by Scott Meyers

默认情况下,&&表示的是右值引用
只有发生类型推导的时候,T&&才表示万能引用,比如auto或者模板