chsvlib
chsv helper source code

◆ operator=() [2/2]

sbo_vector& operator= ( sbo_vector< ElementType, sbo_threshold, Allocator > &&  right)

The move-assignment operator.

Parameters
rightA vector of elements which are moved to replace the contents of the current vector upon the assignment.
Returns
A reference to this.