摘要:
Exception specifications and noexcept in CPP Looking at a typical function declaration, it is not possible to determine whether a function might throw 阅读全文
摘要:
Shallow copying Because C++ does not know much about your class, the default copy constructor and default assignment operators it provides use a copyi 阅读全文