User: ustulation

  • Public profile

User profile: ustulation

User info
User name:ustulation
History
Joined:
Number of posts:35
Latest posts:

casting to rvalue
Ya, I'm confused. What does casting a plain object to a reference (lvalue or rvalue) actually mean? ...

casting to rvalue
I 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++11
thanks a ton ! Marking it solved.

Why does SFINAE not work here - c++11
oh 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