标签: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 }
标签:style blog color sp div on c log amp
原文地址:http://www.cnblogs.com/hana12169/p/3995614.html