Search code examples
Doesn't rvalue reference mix together type and category?...

c++c++11rvalue-referencevalue-categories

Read More
What is the type denoted by a decltype-specifier whose expression is a member of a temporary object ...

c++language-lawyerc++17value-categories

Read More
How to define xvalue mixed category?...

c++value-categories

Read More
Value category of conditional operator...

c++g++language-lawyerconditional-operatorvalue-categories

Read More
Unexpected behaviour of std::move on T* type in C++...

c++c++11decltypetypeidvalue-categories

Read More
What's the difference between an ordinary rvalue reference and one returned by std::forward?...

c++c++11rvalue-referencevalue-categories

Read More
Returning a reference to a const stuct's (pointer-type) member: apparent lvalue to rvalue conver...

c++implicit-conversionvalue-categories

Read More
std::map insert && overload causes copy...

c++stlstdmapvalue-categories

Read More
Why does it use the term "object" here when mentioning a prvalue?...

c++language-lawyerc++17semanticsvalue-categories

Read More
Where does the standard define the order of preference for binding of values to references?...

c++c++11referencelanguage-lawyervalue-categories

Read More
Is there an rvalue that I can directly take an address of?...

c++c++14language-lawyerrvaluevalue-categories

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

c++c++14xvaluevalue-categoriesprvalue

Read More
What do they mean by having identity but not movable for Lvalue in C++ 11?...

c++11value-categories

Read More
Is it legal to cast a non-class non-array prvalue to a cv-qualified type?...

c++language-lawyervalue-categories

Read More
What does the address of an lvalue reference to a prvalue represent?...

c++value-categories

Read More
BackNext