摘要: 第一种方式 自定义结构体加结构化绑定 #include <iostream> using namespace std; auto foo() { struct retVals { // Declare a local structure int i1, i2; string str; }; retu 阅读全文
posted @ 2021-09-08 21:31 yuzuki_n 阅读(377) 评论(0) 推荐(0)