gpt4 book ai didi

c++ - 引用是存储在堆上还是栈上?

转载 作者:可可西里 更新时间:2023-11-01 18:06:43 25 4
gpt4 key购买 nike

不知这段代码中c等引用变量是否:

int a = 5;
int & c = a;

从堆或栈中分配。谁能帮忙?谢谢

最佳答案

引用只是一个别名,C++11 标准未指定它是否需要实际存储。

根据 C++11 标准的第 8.3.2/4 段:

It is unspecified whether or not a reference requires storage (3.7).

关于c++ - 引用是存储在堆上还是栈上?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15486052/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com