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