摘要: decltype可让编译器找出表达式的类型。 map<string,float> coll; decltype(coll)::value_type elem; 新的函数声明语法 template<typename T1, typename T2> auto add(T1 x, T2 y) -> de 阅读全文
posted @ 2020-05-09 22:04 啸傲风月 阅读(239) 评论(0) 推荐(0) 编辑