Move constructor
Synopsis
Declared in <mp‐units/framework/quantity_point.h>
quantity_point(quantity_point&& other) = default;
Parameters
Name |
Description |
other |
The object to move construct from |
Created with MrDocs