Copy constructor
Synopsis
Declared in <mp‐units/cartesian_vector.h>
template<typename U>
requires std::constructible_from<T, U>
constexpr
explicit(!std::convertible_to<U, T>)
cartesian_vector(cartesian_vector<U> const& other);
Parameters
Name |
Description |
other |
The object to copy construct from |
Created with MrDocs