InsecureRandomContext::operator=

Deleted move assignment; an RNG must not be moved.

Synopsis

Declared in <random.h>

RandomMixin<InsecureRandomContext>&
operator=(RandomMixin<InsecureRandomContext>&& other) = delete;

Return Value

Mixin class that provides helper randomness functions.

Parameters

NameDescription
otherThe instance that would be moved from.