【C++语法】Type & Value Category

C++中的值类别 | stackoverflow | OI-Wiki | cpprefer

int foo(int &x){
    foo(++x);
    foo(x++);
}
posted @ 2021-08-09 17:20  楚不予  阅读(65)  评论(0编辑  收藏  举报