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