Stream insertion operator
Declared in <mp-units/safe_int.h>
std::basic_ostream<CharT, Traits>&
operator<<(
std::basic_ostream<CharT, Traits>& os,
safe_int v);
Reference to the current output stream
| Name | Description |
|---|---|
| os | An output stream |
| v | The object to output |