Insert the closing > if there is an incomplete tag, and flush the output stream.
Declared in <balxml_formatter_prettyimpl.h>
static
std::ostream&
flush(
std::ostream& stream,
State* state);
Formatting depends on the specified state, which is updated accordingly. Return the stream.
a reference to the modifiable stream
| Name | Description |
|---|---|
| stream | output stream to flush |
| state | formatter state to update |