operator=, swap, copy constructor

来源:互联网 发布:重庆市大数据招聘 编辑:程序博客网 时间:2024/05/07 10:08

Assignment operator in C++

using swap to make assignment operator exception safe

More C++ Idioms/Non-throwing swap

C++箴言:在operator= 中处理自赋值



C++箴言<25>:考虑支持不抛异常的swap

 

 http://stackoverflow.com/questions/3279543/what-is-the-copy-and-swap-idiom


C++newoperator

原创粉丝点击