[#RandomMixin-01-operator_assign-0c] = xref:RandomMixin-01.adoc[RandomMixin]::operator= :relfileprefix: ../ :mrdocs: Deleted move assignment; an RNG must not be moved. == Synopsis Declared in `<random.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:RandomMixin-01.adoc[RandomMixin]& operator=(xref:RandomMixin-01.adoc[RandomMixin]&& other) = delete; ---- == Return Value Reference to the current object == Parameters [cols="1,4"] |=== | Name| Description | *other* | The instance that would be moved from. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#