Move assignment operator
Declared in <mp‐units/framework/quantity.h>
<mp‐units/framework/quantity.h>
quantity& operator=(quantity&& other) = default;
Reference to the current object
Name
Description
other
The object to move assign from
Created with MrDocs