I have a very basic question in C++. How to avoid copy when returning an object ?
Here is an example :
std::vector test(const uns
Referencing it would work.
Void(vector<> &x) { }