I have this class
class M { private: std::vector my_vector; }
and I want to store in a new variable in main.cpp the vector,