casting to rvalueYa, I'm confused. What does casting a plain object to a reference (lvalue or rvalue) actually mean? ...
casting to rvalueI keep reading std::move just casts things to rvalues. What I don't understand: How can you co...
Why does SFINAE not work here - c++11thanks a ton ! Marking it solved.
Why does SFINAE not work here - c++11oh ok...I thought over what you wrote for like 2 min and now I think I get it. Thought those kind of...
Why does SFINAE not work here - c++11[code]struct I_Have_No_Value; struct I_Have_Value { static const int value {};}; template<typename T...
This user does not accept Private Messages