mp_units::cartesian_vector::operator=

Assignment operators

Synopses

Declared in <mp-units/cartesian_vector.h>
Copy assignment operator
cartesian_vector&
operator=(cartesian_vector const& other) = default;


» more... Copy assignment operator
template<std::convertible_to<T> U>
constexpr
cartesian_vector&
operator=(cartesian_vector<U> const& other);


» more... Move assignment operator
cartesian_vector&
operator=(cartesian_vector&& other) = default;


» more... Move assignment operator
template<std::convertible_to<T> U>
constexpr
cartesian_vector&
operator=(cartesian_vector<U>&& other);


» more...

Created with MrDocs