摘要: tuple的应用场景: 1.多参和多返回值 #include <iostream> #include <tuple> using namespace std; tuple<string, int32_t, int64_t, float> f() { string s("string"); int32 阅读全文
posted @ 2022-11-17 11:30 tetrachloroethylene 阅读(56) 评论(0) 推荐(0)