Copy constructor

Synopsis

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

quantity_point(quantity_point const& other) = default;

Parameters

Name

Description

other

The object to copy construct from

Created with MrDocs