9 ms·
Perhaps I misunderstand the whole thing then. Tell me is this C++ code "pass by reference" or not? class Foo; void Bar( Foo& somefoo) { ... }
by binaryfinery 16y 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) {
...
}