Format the specified value to the specified output stream and return a reference to the modifiable stream.

Synopsis

Declared in <ball_severity.h>

static
std::ostream&
streamOut(
    std::ostream& stream,
    Severity::Level value);

Return Value

reference to the modifiable stream

Parameters

Name

Description

stream

output stream

value

severity level to format

Created with MrDocs