一个引用没效果错误示范
摘要:
#include <iostream> #include <unordered_map> using namespace std; class TestClass { public: std::unordered_map<int, int>& GetData() { return m_data; } 阅读全文
posted @ 2023-08-25 18:59 悉野 阅读(5) 评论(0) 推荐(0) 编辑
posted @ 2023-08-25 18:59 悉野 阅读(5) 评论(0) 推荐(0) 编辑
posted @ 2023-08-25 10:15 悉野 阅读(23) 评论(0) 推荐(0) 编辑