Hacker News new | ask | show | jobs
by binaryfinery 5672 days ago
Perhaps I misunderstand the whole thing then. Tell me is this C++ code "pass by reference" or not?

class Foo;

void Bar( Foo& somefoo) { ... }