2 Comments

What is the purpose of passing std::move(iface) to function taking by value?

void user(SomeInterface data) {

Expand full comment