摘要: #include <iostream> #include <any> void read1(std::any &data) { data = std::move("no"); } void read2(std::any &data) { data = std::move(std::string("y 阅读全文
posted @ 2023-04-20 17:50 thomas_blog 阅读(53) 评论(0) 推荐(0) 编辑