xvalue in A Sentence

    1

    We call it an Xvalue.

    0
    2

    Every expression is one of these three: lvalue, Xvalue, prvalue.

    0
    3

    A glvalue(a generalized lvalue) is either an lvalue or an Xvalue.

    0
    4

    A glvalue("generalized lvalue") expression is an expression that is either an lvalue or an Xvalue.

    0
    5

    A pointer-to-member expression in which the first operand is an Xvalue and the second operand is a pointer to data member.

    0
    6

    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).

    0