Reference are always lvalue?
C / C++ / MFC
3
Posts
2
Posters
0
Views
1
Watching
-
Hello everyone, Is the conclusion correct? Both const reference and non-const reference are lvalue? I think it is true and I can not find a sample which does not follow it. thanks in advance, George
-
Hello everyone, Is the conclusion correct? Both const reference and non-const reference are lvalue? I think it is true and I can not find a sample which does not follow it. thanks in advance, George
-
Thanks Budric, Could you show a sample please? regards, George