<mp-units/framework/quantity.h>
quantity&
operator=(quantity const& other) = default;
» more...
Move assignment operator
quantity&
operator=(quantity&& other) = default;
» more...
Assignment operator
template<typename FwdValue>
requires detail::DimensionlessOne<reference> && detail::ValuePreservingAssignment<rep, FwdValue>
constexpr
quantity&
operator=(FwdValue&& val);
» more...