Hi, In your examples of std::vector, data is copied. Is there any example that shows how to bind vectors by reference instead of copy?
Hi,
In your examples of std::vector, data is copied.
Is there any example that shows how to bind vectors by reference instead of copy?