Deleted move assignment; an RNG must not be moved.
Synopsis
Declared in <random.h>
RandomMixin&
operator=(RandomMixin&& other) = delete;
Return Value
Reference to the current object
Parameters
Name |
Description |
other |
The instance that would be moved from. |
Created with MrDocs