Format a string to an output stream
Synopsis
std::ostream&
operator<<(
    std::ostream& os,
    string_view_base const& s);Description
Format a string to an output stream
Return Value
A reference to the output stream, for chaining
Parameters
| Name | Description | 
| os | The output stream to write to | 
| s | The string to write | 
Created with MrDocs