Stream insertion operator
Declared in <mp-units/cartesian_vector.h>
constexpr
std::ostream&
operator<<(
std::ostream& os,
cartesian_vector const& vec);
Reference to the current output stream
| Name | Description |
|---|---|
| os | An output stream |
| vec | The object to output |