Collocations of lvalue

lvalue assignment
Frequency: 70 %

The lvalue assignment operation assigns a value to a variable.

lvalue expression
Frequency: 60 %

An lvalue expression refers to an expression that can appear on the left-hand side of an assignment.

lvalue reference
Frequency: 50 %

A lvalue reference is a reference to an object that persists beyond the expression that creates it.

lvalue type
Frequency: 40 %

The lvalue type determines the category of the expression that can appear on the left-hand side of an assignment.

Idiomatic Expressions for lvalue

  • Phrase: lvalue required
    Meaning: indicates that an expression is expected to be assignable or modifiable
    Usage: When a compiler error states 'lvalue required', it means that the expression being used does not represent a memory location that can be modified.