Print this category to the specified output stream in some human readable form, and return the modifiable stream.
Synopsis
Declared in <balm_category.h>
std::ostream&
print(std::ostream& stream) const;
Return Value
reference to the modifiable stream
Parameters
Name |
Description |
stream |
output stream |
Created with MrDocs