Assignment operators

Synopses

Declared in <prevector.h>

Copy‐assigns the contents of other to this container.

Move‐assigns the contents of other to this container, leaving it empty.

Return Value

A reference to this container.

Parameters

Name

Description

other

The container to copy from.

Created with MrDocs