Is this on the stack or on the heap?

后端 未结 0 428
独厮守ぢ
独厮守ぢ 2020-12-06 09:28

Say we have functions:

void f1(std::array arr) { /* ... */}
void f2(const std::array& arr) { /* ... */}

My qu

相关标签:
回答
  • 消灭零回复
提交回复
热议问题