Streams a safe_int's wrapped value to an output stream
Declared in <mp-units/utility/safe_int.h>
std::basic_ostream<CharT, Traits>&
operator<<(
std::basic_ostream<CharT, Traits>& os,
safe_int v);
a reference to os
| Name | Description |
|---|---|
| os | the output stream to write to |
| v | the safe_int to stream |