mirror of
https://github.com/changkun/modern-cpp-tutorial.git
synced 2025-12-17 04:34:40 +03:00
book: rephrease unique_ptr value capturing (#182)
This commit is contained in:
@@ -114,7 +114,7 @@ void lambda_expression_capture() {
|
||||
}
|
||||
```
|
||||
|
||||
In the above code, `important` is an exclusive pointer that cannot be caught.
|
||||
In the above code, `important` is an exclusive pointer that cannot be caught by value capture using `=`.
|
||||
At this time we need to transfer it to the rvalue and
|
||||
initialize it in the expression.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user