码迷,mamicode.com
首页 > 编程语言 > 详细

C++的空类中默认产生哪些类成员函数

时间:2014-09-26 23:47:08      阅读:233      评论:0      收藏:0      [点我收藏+]

标签:style   blog   color   sp   div   on   c   log   amp   

 1 class Empty
 2 {
 3   public:
 4       Empty();
 5       Empty(const Empty&);
 6       ~Empty();
 7       Empty & operator =(const Empty &);
 8       Empty * operator &();
 9       contt Empty * operator &() contst;
10 }   

 

C++的空类中默认产生哪些类成员函数

标签:style   blog   color   sp   div   on   c   log   amp   

原文地址:http://www.cnblogs.com/hana12169/p/3995614.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!