Print the specified enumeration data to stream with indentation.

Synopsis

Declared in <bslim_printer.h>

template<class TYPE>
static
void
printRaw(
    std::ostream& stream,
    TYPE data,
    int level,
    int spacesPerLevel,
    bslmf::SelectTraitCase<is_enum>);

Created with MrDocs