Relative Content

Tag Archive for c++movemove-semantics

Use after move in function call

When exactly does an object cast with std::moved get moved?
For instance, does the following code constitute use after move?

Use after move in function call

When exactly does an object cast with std::moved get moved?
For instance, does the following code constitute use after move?