Write category to out using its enumerator name.
Declared in <bdlb_chartype.h>
std::ostream&
operator<<(
std::ostream& out,
CharType::Category category);
Write the specified character category enumerator to the specified output stream as a string that is identical to the enumerator name.
a reference to out
| Name | Description |
|---|---|
| out | stream to which the enumerator name is written |
| category | character category whose name is written |