Github User Fetcher 1.0.0
C Application with Server and GUI
|
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::ostream & | operator<< (std::ostream &s, Color::Enum code) |
enum doctest::Color::Enum |
DOCTEST_INTERFACE std::ostream & doctest::Color::operator<< | ( | std::ostream & | s, |
Color::Enum | code ) |