[#mp_units-operator_lshift-0e6] = xref:mp_units.adoc[mp_units]::operator<< :relfileprefix: ../ :mrdocs: Stream insertion operator == Synopsis Declared in `<mp‐units/ext/fixed_string.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::basic_ostream<CharT>& operator<<( std::basic_ostream<CharT>& os, xref:mp_units/basic_fixed_string-08.adoc[basic_fixed_string] const& str); ---- == Return Value Reference to the current output stream == Parameters [cols=2] |=== | Name | Description | *os* | An output stream | *str* | The object to output |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#