void vector::copy ( const vector other )

Function copies the contents of a vector to another vector.

Parameters:
other: The other vector.

Copies this to other.

 All Classes Files Functions Variables Typedefs Friends Defines