Question: Hi I read the below statement from a C++ book. It says It is worth nothing that decltype is the only context in which a
Hi I read the below statement from a C++ book.
It says "It is worth nothing that decltype is the only context in which a variable defined as a reference is not treated as a synonym for the object to which it refers".
What exactly is this statement talking about, and how does it that relate to the decltype?
Thank you.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
