Search code examples
Why does C++ standard specify temporary object materialization for `sizeof` operator of prvalue?...


c++sizeofprvalue

Read More
xvalues vs prvalues: what does identity property add...


c++c++14xvaluevalue-categoriesprvalue

Read More
Understanding return type of std::ranges::sort with temporary and prvalue arguments...


c++sortingc++20std-rangesprvalue

Read More
Prvalue semantics object lifetime...


c++copy-elisionreturn-value-optimizationc++-faqprvalue

Read More
The C++17 compiler (gcc or Microsoft Visual C++), does it have an option that prohibit the feature &...


c++c++17temporaryxvalueprvalue

Read More
Some differences between xvalue and prvalue...


c++c++11lifetimexvalueprvalue

Read More
Cv-qualification of prvalues during reference binding...


c++language-lawyerprvalue

Read More
Why doesn't "Guaranteed Copy Elision" mean that push_back({arg1, arg2}) is the same as...


c++c++17language-lawyercopy-elisionprvalue

Read More
How to distinguish between pr-values and x-values...


c++parameter-passingxvaluevalue-categoriesprvalue

Read More
prvalue vs xvalue for class types...


c++prvalue

Read More
Direct initialization with prvalue: Bug in MSVC?...


c++c++17list-initializationprvaluedirect-initialization

Read More
How expressions designating temporary objects are xvalue expression?...


c++value-categoriesxvalueprvalue

Read More
How references can bind to prvalues?...


c++referencetemporaryprvalue

Read More
Make ++o++ complain for types with user defined pre- and postfix increment operators...


c++post-incrementprvalueleast-astonishment

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


c++11rvaluexvaluevalue-categoriesprvalue

Read More
What does this mean "prvalue of type“ in C++ standard N3337 5.2.10 clause 7?...


c++language-lawyerreinterpret-castprvalue

Read More
Why is return throw std::exception() accepted in a void function?...


c++visual-studioexceptionreturnprvalue

Read More
Move a prvalue into function template uref argument or not?...


c++11move-semanticsforwarding-referenceprvalue

Read More
How do we test if an expression of a certain type can be invoked with a prvalue?...


c++c++17prvaluedeclvalinvocable

Read More
"expression must be an l-value or function designator" error when taking the address of th...


c++thislvalueprvalue

Read More
Behavioral differences in 5 vs std::move(5)...


c++c++14xvaluevalue-categoriesprvalue

Read More
Constructor call is a prvalue expression...


c++constructorprvalue

Read More
C++11: does "decltype(1+2)" declare an xvalue or a prvalue?...


c++c++11decltypexvalueprvalue

Read More
BackNext