Move
Move
std::move
is used to indicate that an object t may be "moved from", i.e. allowing the efficient transfer
of resources from one object to another.
1 |
|
1 2 |
|
1 2 3 4 5 6 7 8 9 10 11 |
|
1 2 |
|
1 2 3 4 5 6 7 8 9 10 11 12 |
|
Move
std::move
is used to indicate that an object t may be "moved from", i.e. allowing the efficient transfer
of resources from one object to another.
1 |
|
1 2 |
|
1 2 3 4 5 6 7 8 9 10 11 |
|
1 2 |
|
1 2 3 4 5 6 7 8 9 10 11 12 |
|