valvector_assign

View page source

The valvector Assignment Operator

Set the value of this valvector equal to another.

Prototype

   valvector& operator=(const valvector& other)
   valvector& operator=(valvector&& other)

Example

The file valvector_assign.cpp is an example and test of valvector assignment.