Return the enumerator name for category as a C string.
Synopsis
Declared in <bdlb_chartype.h>
static
char const*
toAscii(CharType::Category category);
Description
Return a null‐terminated string representation of the specified character category enumerator that is identical to the enumerator name.
Return Value
null‐terminated string identical to the enumerator name
Parameters
Name |
Description |
category |
character category whose name is returned |
Created with MrDocs