Search code examples
Is `(i) = 1` illegal in standard C?...


clanguage-lawyervariable-assignmentrvaluelvalue-to-rvalue

Read More
Why can we not use move semantics only apply for pass-by-value and not const lvalue reference?...


c++move-semanticsrvalue

Read More
Is it legal to move the .str() member of a stringstream?...


c++c++11move-semanticsrvalue

Read More
Difference between r value and l value...


crvaluelvalue

Read More
Where is the rvalue reference in this code?...


c++rvalue-referencervalue

Read More
If ++a return lvalue then why &(++a) show compile error?...


ccompiler-errorsrvaluelvalue

Read More
How to fix compilation error with gcc8 while specializing swap function/...


c++compiler-errorstemplate-specializationrvaluegcc8

Read More
Is it possible to get the address of a variable while doing mathematical operations with it in the s...


cpointersgccreturn-valuervalue

Read More
How to pass lvalue to function taking rvalue only without templates...


c++templatesrvaluelvalue

Read More
How to pass a list to a thread without copying it, while destroying the original...


c++multithreadingrvalue

Read More
C++ Idioms: How can an rvalue be passed around as rvalue?...


c++c++11referencervalue

Read More
Is (*&a) a lvalue or a rvalue?...


coperatorsrvaluelvalueunary-operator

Read More
What type of value do overloaded operators return (for user-defined types): rvalue or lvalue?...


c++rvaluelvalue

Read More
Can I delete function for an rvalue version of object?...


c++c++17c-stringsstdstringrvalue

Read More
Taking the address of a temporary object...


c++rvalue

Read More
I can't figure out the point about the array name...


carraysimplicit-conversionrvalueunary-operator

Read More
Is it possible to return a reference via an argument passed by reference?...


c++referencervalue

Read More
C++ pass vector (lvalue to rvalue)...


c++vectorrvaluelvaluelvalue-to-rvalue

Read More
If I accept a parameter via universal reference, is exactly one of is_rvalue_reference and is_lvalue...


c++c++17rvalue-referencervaluelvalue

Read More
Are local variables rvalues in C++?...


c++rvalue

Read More
A different version of an overloaded function(const int* const&/&&) gets called when pas...


c++pass-by-referenceimplicit-conversionrvaluelvalue

Read More
One VS2010 bug ? Allowing binding non-const reference to rvalue WITHOUT EVEN a warning?...


c++visual-studio-2010referencelvaluervalue

Read More
error related to binding non-const lvalue to rvalue in constructor...


c++templatesshared-ptrrvalue

Read More
Is it possible to obtain the address of the 'this' pointer?...


c++referencethisrvalue-referencervalue

Read More
Dereference a rvalue shared_ptr...


c++shared-ptrrvalue

Read More
Confusion about an error: lvalue required as unary '&' operand...


crvaluelvaluepre-increment

Read More
Why is my code printing rvalue 2 times instead of rvalue & lvalue?...


c++forwardrvaluelvaluestdmove

Read More
What steps should I take to determine the value category of an expression?...


c++11rvaluexvaluevalue-categoriesprvalue

Read More
rvalue reference usage: needed?...


c++c++14rvalue-referencervalue

Read More
Overloading for rvalue?...


c++c++11rvalue-referencervaluepass-by-rvalue-reference

Read More
BackNext