Write to the specified stream the string representation of the specified enumeration value. Return a reference to the modifiable stream.
Declared in <balm_publicationtype.h>
static
std::ostream&
print(
std::ostream& stream,
Value value);
a reference to the modifiable stream
| Name | Description |
|---|---|
| stream | output stream |
| value | enumeration value to format |