[#BloombergLP-bslfmt-println-07] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslfmt.adoc[bslfmt]::println :relfileprefix: ../../ :mrdocs: Write ` ` to the specified `stream`. == Synopsis Declared in `<bslfmt_print_ostream_imp.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void println(std::ostream& stream); ---- == Description The behavior is undefined unless `stream` is a valid pointer to an output C stream. == Parameters [cols="1,4"] |=== | Name| Description | *stream* | output stream to which the newline is written |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#