RandomMixin::operator=

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

NameDescription
otherThe instance that would be assigned from.