摘要: 在《C++ Annotated Reference Manual(ARM)[ELLIS90]》中的Section 12.1告诉我们:"Default constructors...在需要的时候被编译器产生出来"。其实默认构造函数也是分为两类的:有用的(nontrivial)、无用的(trivial)... 阅读全文
posted @ 2014-10-07 13:56 践行者123 阅读(266) 评论(0) 推荐(0)