[#mp_units-cartesian_vector-08-operator_assign-0d] = xref:mp_units.adoc[mp_units]::xref:mp_units/cartesian_vector-08.adoc[cartesian_vector]::operator= :relfileprefix: ../../ :mrdocs: Move assignment operator == Synopsis Declared in `<mp‐units/cartesian_vector.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<std::convertible_to<T> U> constexpr xref:mp_units/cartesian_vector-08.adoc[cartesian_vector]& operator=(xref:mp_units/cartesian_vector-08.adoc[cartesian_vector<U>]&& other); ---- == Return Value Reference to the current object == Parameters [cols=2] |=== | Name | Description | *other* | The object to move assign from |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#