refactoredCPPNeuronMesher
doctest::Color Namespace Reference

Enumerations

enum  Enum {
  None = 0 , White , Red , Green ,
  Blue , Cyan , Yellow , Grey ,
  Bright = 0x10 , BrightRed = Bright | Red , BrightGreen = Bright | Green , LightGrey = Bright | Grey ,
  BrightWhite = Bright | White
}
 

Functions

std::ostreamoperator<< (std::ostream &s, Color::Enum code)
 

Enumeration Type Documentation

◆ Enum

Enumerator
None 
White 
Red 
Green 
Blue 
Cyan 
Yellow 
Grey 
Bright 
BrightRed 
BrightGreen 
LightGrey 
BrightWhite 

Function Documentation

◆ operator<<()

std::ostream& doctest::Color::operator<< ( std::ostream s,
Color::Enum  code 
)
Here is the caller graph for this function: