libsigrok/bindings/cxx/include
Daniel Elstner d370545d60 C++: Use move() and avoid passing containers by value
Make use of std::move() to transfer arguments passed in by value.
Take complex container arguments by const reference, as passing
those by value is rather unorthodox even for C++11 style code.
2015-10-26 04:06:12 +01:00
..
libsigrokcxx C++: Use move() and avoid passing containers by value 2015-10-26 04:06:12 +01:00