摘要:
void fun() const{}; const void fun(){}; 和void const fun(){}; 的区别? const void fun(){};和void const fun(){};两个相同。 如果采用"按址传递方式"的函数返回值加const 修饰,那么函数返回值(... 阅读全文
posted @ 2014-11-18 12:02
xxxxxxxx1x2xxxxxxx
阅读(493)
评论(0)
推荐(0)