Write ` ` to the specified `stream`.
Synopsis
Declared in <bslfmt_print_ostream_imp.h>
void
println(std::ostream& stream);
Description
The behavior is undefined unless stream is a valid pointer to an output C stream.
Parameters
Name |
Description |
stream |
output stream to which the newline is written |
Created with MrDocs