[#FastRandomContext-operator_assign-04] = xref:FastRandomContext.adoc[FastRandomContext]::operator= :relfileprefix: ../ :mrdocs: Assignment operators == Synopses Declared in `<random.h>` Deleted copy assignment; an RNG must not be copied. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:RandomMixin-01.adoc[RandomMixin<FastRandomContext>]& xref:FastRandomContext/operator_assign-069.adoc[operator=](xref:RandomMixin-01.adoc[RandomMixin<FastRandomContext>] const& other) = delete; ---- [.small]#xref:FastRandomContext/operator_assign-069.adoc[_» more..._]# Deleted move assignment; an RNG must not be moved. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:RandomMixin-01.adoc[RandomMixin<FastRandomContext>]& xref:FastRandomContext/operator_assign-06d.adoc[operator=](xref:RandomMixin-01.adoc[RandomMixin<FastRandomContext>]&& other) = delete; ---- [.small]#xref:FastRandomContext/operator_assign-06d.adoc[_» more..._]# == Parameters [cols="1,4"] |=== | Name| Description | *other* | The instance that would be assigned from. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#