[#mp_units-cartesian_vector-08-2constructor-05] = xref:mp_units.adoc[mp_units]::xref:mp_units/cartesian_vector-08.adoc[cartesian_vector]::cartesian_vector :relfileprefix: ../../ :mrdocs: Move constructor == Synopsis Declared in `<mp‐units/cartesian_vector.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<typename U> requires std::constructible_from<T, U> constexpr explicit(!std::convertible_to<U, T>) cartesian_vector(xref:mp_units/cartesian_vector-08.adoc[cartesian_vector<U>]&& other); ---- == Parameters [cols=2] |=== | Name | Description | *other* | The object to move construct from |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#