摘要: Exception specifications and noexcept in CPP Looking at a typical function declaration, it is not possible to determine whether a function might throw 阅读全文
posted @ 2024-10-31 18:53 虾野百鹤 阅读(9) 评论(0) 推荐(0) 编辑
摘要: Shallow copying Because C++ does not know much about your class, the default copy constructor and default assignment operators it provides use a copyi 阅读全文
posted @ 2024-10-31 16:18 虾野百鹤 阅读(1) 评论(0) 推荐(0) 编辑