Move constructor
Synopsis
Declared in <mp‐units/cartesian_vector.h>
template<typename U>
requires std::constructible_from<T, U>
constexpr
explicit(!std::convertible_to<U, T>)
cartesian_vector(cartesian_vector<U>&& other);Parameters
| Name | Description | 
| other | The object to move construct from | 
Created with MrDocs