mp_units::quantity_point::operator=

Assignment operators

Synopses

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


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


» more...

Created with MrDocs