Enumerations | Functions
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

DOCTEST_INTERFACE 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 

Definition at line 513 of file doctest.h.

Function Documentation

◆ operator<<()

DOCTEST_INTERFACE std::ostream& doctest::Color::operator<< ( std::ostream s,
Color::Enum  code 
)


mvsim
Author(s):
autogenerated on Tue Jul 4 2023 03:08:23