码迷,mamicode.com
首页 >  
搜索关键字:移动赋值运算符    ( 22个结果
c++11 pod类型(了解)
啥是POD类型?POD全称Plain Old Data。通俗的讲,一个类或结构体通过二进制拷贝后还能保持其数据不变,那么它就是一个POD类型。平凡的定义1.有平凡的构造函数2.有平凡的拷贝构造函数3.有平凡的移动构造函数4.有平凡的拷贝赋值运算符5.有平凡的移动赋值运算符6.有平凡的析构函数7.不能...
分类:编程语言   时间:2014-08-18 01:30:43    阅读次数:309
【足迹C++primer】47、Moving Objects(1)
Moving Objects(1) * 功能:Moving Objects * 时间:2014年7月17日08:46:45 * 作者:cutter_point */ #include #include #include #include #include #include #include #include using namespace std; /*****************...
分类:编程语言   时间:2014-07-18 11:16:47    阅读次数:286
22条   上一页 1 2 3
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!