Copy constructor
Synopsis
Declared in <mp‐units/cartesian_vector.h>
cartesian_vector(cartesian_vector const& other) = default;
Parameters
Name |
Description |
other |
The object to copy construct from |
Created with MrDocs