Output a formatted description of the specified rhs category to the specified stream, and return the modifiable stream.

Synopsis

Declared in <balm_category.h>

std::ostream&
operator<<(
    std::ostream& stream,
    Category const& rhs);

Return Value

reference to the modifiable stream

Parameters

Name

Description

stream

output stream

rhs

category to format

Created with MrDocs