std::forwad? C++11 中定义的 T&& 的推导规则为: 右值实参为右值引用,左值实参仍然为左值引用。 参考: 右值引用与转移语义 转载于:https://www.cnblogs.com/glensblog/p/11098359.html