Output a formatted description of the specified rhs category to the specified stream, and return the modifiable stream.
Declared in <balm_category.h>
std::ostream&
operator<<(
std::ostream& stream,
Category const& rhs);
reference to the modifiable stream
| Name | Description |
|---|---|
| stream | output stream |
| rhs | category to format |