If I want to define a method like a setter for a std::vector member (or movable object) I can do it like this:
void set(const std::vector& v) { _v