void const f() vs void f() const
void const f() is equivilent to const void f(), which means the return type (in this case a void) is const. This is totally meaningless not only because it's a void (there is nothing there that needs ...
转载
2018-10-10 13:15:40 ·
932 阅读 ·
0 评论