[#mp_units-quantity-01-operator_assign-0eb] = xref:mp_units.adoc[mp_units]::xref:mp_units/quantity-01.adoc[quantity]::operator= :relfileprefix: ../../ :mrdocs: Copy assignment operator == Synopsis Declared in `<mp‐units/framework/quantity.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:mp_units/quantity-01.adoc[quantity]& operator=(xref:mp_units/quantity-01.adoc[quantity] const& other) = default; ---- == Return Value Reference to the current object == Parameters [cols=2] |=== | Name | Description | *other* | The object to copy assign from |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#