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

Synopsis

Declared in <ball_severity.h>

std::ostream&
operator<<(
    std::ostream& stream,
    Severity::Level rhs);

Return Value

reference to the modifiable stream

Parameters

Name

Description

stream

output stream

rhs

severity level to format

Created with MrDocs