Deleted copy assignment; an RNG must not be copied.

Synopsis

Declared in <random.h>

RandomMixin&
operator=(RandomMixin const& other) = delete;

Return Value

Reference to the current object

Parameters

Name

Description

other

The instance that would be assigned from.

Created with MrDocs