:relfileprefix: ../../../ [#boost-urls-grammar-operator_lshift] == xref:boost.adoc[pass:[boost]]::xref:boost/urls.adoc[pass:[urls]]::xref:boost/urls/grammar.adoc[pass:[grammar]]::operator<< Format a string to an output stream === Synopsis Declared in header `` [source,cpp,subs="verbatim,macros,-callouts"] ---- std::ostream& operator<<( std::ostream& os, xref:boost/urls/grammar/string_view_base.adoc[string_view_base] const& s); ----