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