mp_units::quantity::operator=

Assignment operators

Synopses

Declared in <mp-units/framework/quantity.h>
Copy assignment operator
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...

Created with MrDocs