Giriş
xvalue şöyle tanımlanır. Bir metoddan dönen rvalue xvalue olarak adlandırılır. Aslında rvalue ile aynı şeydir.
xvalue şöyle tanımlanır. Bir metoddan dönen rvalue xvalue olarak adlandırılır. Aslında rvalue ile aynı şeydir.
Açıklaması şöyle.— An xvalue (an “eXpiring” value) also refers to an object, usually near the end of its lifetime (so that its resources may be moved, for example). An xvalue is the result of certain kinds of expressions involving rvalue references (8.3.2). [ Example: The result of calling a function whose return type is an rvalue reference is an xvalue. —end example ]
rvalue reference returned from function is qualified as xvalue, which belongs to rvalue.
Hiç yorum yok:
Yorum Gönder