Skip to content

Instantly share code, notes, and snippets.

@danlark1
Created October 8, 2020 10:33
Embed
What would you like to do?
class Foo;
void func(std::unique_ptr<Foo> arg) { /* never use `arg` directly */ }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment