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
class Foo; | |
void func(std::unique_ptr<Foo> arg) { /* never use `arg` directly */ } |