摘要: 顺序代码的编写方式 类型转换示例 为输入类型去掉引用并添加const #include<iostream> #include<type_traits> struct fun_ { using RemRef = typename std::remove_reference<T>::type; //us 阅读全文
posted @ 2022-02-07 09:48 WYFC4 阅读(53) 评论(0) 推荐(0)