What is the size of an RValue reference?

前端 未结 0 1857
抹茶落季
抹茶落季 2021-01-12 04:01

What is the size on the stack of an RValue reference?

For example in a case such as this:

struct A { /* ... */ };
A getA()
    {
        A temp; 
              


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