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