Hi monks,
I found I can do the thing that: I created the vector variable within the function using my, after some processing I return this variable reference to this caller, I found the variable content is same as it inside the function? Is this the reference magic? If I not using reference to return the 'my' variable, will they go to the garbage collection after the function returned?