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