[#mp_units-quantity_point-08-operator_assign-04] = xref:mp_units.adoc[mp_units]::xref:mp_units/quantity_point-08.adoc[quantity_point]::operator= :relfileprefix: ../../ :mrdocs: Assignment operators == Synopses Declared in `<mp‐units/framework/quantity_point.h>` Copy assignment operator [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:mp_units/quantity_point-08.adoc[quantity_point]& xref:mp_units/quantity_point-08/operator_assign-03.adoc[operator=](xref:mp_units/quantity_point-08.adoc[quantity_point] const& other) = default; ---- [.small]#xref:mp_units/quantity_point-08/operator_assign-03.adoc[_» more..._]# Move assignment operator [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:mp_units/quantity_point-08.adoc[quantity_point]& xref:mp_units/quantity_point-08/operator_assign-08.adoc[operator=](xref:mp_units/quantity_point-08.adoc[quantity_point]&& other) = default; ---- [.small]#xref:mp_units/quantity_point-08/operator_assign-08.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#