2022年11月2日

C++17:结构化绑定(Structured binding)

摘要: https://stubbornhuang.blog.csdn.net/article/details/120740713 #include <iostream> #include <map> #include <tuple> std::pair<int, std::string> getPair( 阅读全文

posted @ 2022-11-02 09:57 OctoberKey 阅读(46) 评论(0) 推荐(0)

导航