std:forward 完美轉發

概述:     // TEMPLATE CLASS identity template<class _Ty>     struct identity     {    // map _Ty to type unchanged     typedef _Ty type;     const _Ty& operator()(const _Ty& _Left) const         {    //
相關文章
相關標籤/搜索