[#BloombergLP-balxml-Formatter_PrettyImplUtil-flush] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/balxml.adoc[balxml]::xref:BloombergLP/balxml/Formatter_PrettyImplUtil.adoc[Formatter_PrettyImplUtil]::flush :relfileprefix: ../../../ :mrdocs: Insert the closing `>` if there is an incomplete tag, and flush the output stream. == Synopsis Declared in `<balxml_formatter_prettyimpl.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static std::ostream& flush( std::ostream& stream, xref:BloombergLP/balxml/Formatter_PrettyImplUtil/State.adoc[State]* state); ---- == Description Formatting depends on the specified `state`, which is updated accordingly. Return the `stream`. == Return Value a reference to the modifiable `stream` == Parameters [cols="1,4"] |=== | Name| Description | *stream* | output stream to flush | *state* | formatter state to update |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#