BloombergLP::bdlb::operator<<

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

NameDescription
outstream to which the enumerator name is written
categorycharacter category whose name is written