reference: make 'Move and copied types' section more simple
This commit is contained in:
parent
912ab64a0d
commit
dd78ffe828
@ -2509,9 +2509,8 @@ Here are some examples:
|
||||
#### Moved and copied types
|
||||
|
||||
When a [local variable](#variables) is used as an
|
||||
[rvalue](#lvalues,-rvalues-and-temporaries) the variable will either be moved
|
||||
or copied, depending on its type. All values whose type implements `Copy` are
|
||||
copied, all others are moved.
|
||||
[rvalue](#lvalues,-rvalues-and-temporaries), the variable will be copied
|
||||
if its type implements `Copy`. All others are moved.
|
||||
|
||||
### Literal expressions
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user