This function determines if this stream is displayed and supports colors. The result is unaffected by calls to enable_color().

Synopsis

Declared in <llvm/Support/raw_ostream.h>

virtual
bool
has_colors() const;

Return Value

True if this stream is displayed and supports colors.

Created with MrDocs