Assignment operators

Synopses

Declared in <random.h>

Deleted copy assignment; an RNG must not be copied.

Deleted move assignment; an RNG must not be moved.

Parameters

Name

Description

other

The instance that would be assigned from.

Created with MrDocs