Let's consider very short piece of code in C++:
class T{ }; T *t = new T();
What is type of *t? rvalue/lvalue/xvalue/glvalue? why? Thanks in advance.
*t
Aucun commentaire:
Enregistrer un commentaire