StackOverflow Questions for Tag: lvalue

Wason
Wason

Reputation: 1493

Question about copy constructor in return value

Score: 0

Views: 127

Answers: 1

Read More
Zack Sloan
Zack Sloan

Reputation: 133

Expression must be Modifiable lvalue (char array)

Score: 8

Views: 22944

Answers: 4

Read More
Enlico
Enlico

Reputation: 28490

What is the "source object is lvalue" scenario, mentioned in EMC++, where move semantics offer no efficiency gain

Score: 3

Views: 141

Answers: 3

Read More
Sam
Sam

Reputation: 71

What is this example of modifiable lvalue found in error.h ISO C99?

Score: 1

Views: 51

Answers: 0

Read More
Omrum Cetin
Omrum Cetin

Reputation: 1479

Function Params as 'const T&' and 'T&&'

Score: 0

Views: 139

Answers: 2

Read More
Barshan Das
Barshan Das

Reputation: 3767

Why doesn't a+++++b work?

Score: 94

Views: 10925

Answers: 10

Read More
Nil
Nil

Reputation: 1

cannot bind non-const lvalue reference of type 'Fraction&' to an rvalue of type 'Fraction'

Score: -2

Views: 154

Answers: 1

Read More
umut utku
umut utku

Reputation: 13

expression must be a modifiable lvalue C/C++(137)

Score: 1

Views: 553

Answers: 2

Read More
curiousguy
curiousguy

Reputation: 8298

Is any use of a union clearly well defined, in any revision of C++?

Score: 0

Views: 216

Answers: 2

Read More
NotApplicable
NotApplicable

Reputation: 23

Template class method f(const T) don't accept rvalue when T is lvalue reference

Score: 2

Views: 80

Answers: 2

Read More
Pumkko
Pumkko

Reputation: 1593

What is an unnamed lvalue?

Score: 6

Views: 616

Answers: 1

Read More
The Bic Pen
The Bic Pen

Reputation: 1157

C++ Conditional expression removes reference when other type is throw expression

Score: 5

Views: 113

Answers: 1

Read More
oczkoisse
oczkoisse

Reputation: 1642

What is the return type of the built-in assignment operator?

Score: 41

Views: 55734

Answers: 4

Read More
apostol
apostol

Reputation: 87

Incrementing rvalue in C++

Score: 1

Views: 155

Answers: 1

Read More
John
John

Reputation: 2363

Why can I assign the result of a function returning a value? Is it an lvalue?

Score: 89

Views: 12866

Answers: 4

Read More
Mohammad Alavi
Mohammad Alavi

Reputation: 1330

Why doesn't std::forward preserve the lvalue-ness of this variable?

Score: 2

Views: 162

Answers: 3

Read More
Animesh K
Animesh K

Reputation: 1

lvalue required as left operand of asssignment

Score: -2

Views: 57

Answers: 1

Read More
kikjoan
kikjoan

Reputation: 3

Why can't I use pointers with a ternary operator?

Score: -1

Views: 65

Answers: 1

Read More
Géry Ogam
Géry Ogam

Reputation: 8077

Is a variable that is about to go out of scope an lvalue or an xvalue?

Score: 5

Views: 361

Answers: 2

Read More
Géry Ogam
Géry Ogam

Reputation: 8077

Why are functions names classified as L-value expressions?

Score: 2

Views: 145

Answers: 1

Read More
PreviousPage 2Next