10 2024 档案

摘要: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 虾野百鹤 阅读(167) 评论(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 虾野百鹤 阅读(134) 评论(0) 推荐(0)