Replies: 1 comment
-
You don't have to use std::move, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The examples suggest to use callback(resp). Doesn't this treat it as anormal lvalue and trigger the copy constructor. In which case what's the point of the rvalue reference parameter? I might be missing something.
Beta Was this translation helpful? Give feedback.
All reactions