mirror of
https://github.com/huihut/interview.git
synced 2024-03-22 13:10:48 +08:00
小修改
This commit is contained in:
parent
7f54a723db
commit
45f9397d8e
@ -624,7 +624,7 @@ auto fcn2(It beg, It end) -> typename remove_reference<decltype(*beg)>::type
|
|||||||
|
|
||||||
#### 右值引用
|
#### 右值引用
|
||||||
|
|
||||||
右值引用就是必须绑定到右值(一个将要销毁的对象,一个临时对象)的引用,一般表示对象的值。
|
右值引用就是必须绑定到右值(一个临时对象、将要销毁的对象)的引用,一般表示对象的值。
|
||||||
|
|
||||||
右值引用可实现转移语义(Move Sementics)和精确传递(Perfect Forwarding),它的主要目的有两个方面:
|
右值引用可实现转移语义(Move Sementics)和精确传递(Perfect Forwarding),它的主要目的有两个方面:
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user