Assignment operators

Synopses

Declared in <mp‐units/framework/quantity_point.h>

Copy assignment operator

quantity_point&
operator=(quantity_point const& other) = default;

Move assignment operator

quantity_point&
operator=(quantity_point&& other) = default;

Created with MrDocs