Write the specified character category enumerator to the specified output stream as a string that is identical to the enumerator name.

Synopsis

Declared in <bdlb_chartype.h>

std::ostream&
operator<<(
    std::ostream& out,
    CharType::Category category);

Created with MrDocs