QuickCppLib 0.10
Eliminate all the tedious hassle when making state-of-the-art C++ 14 - 23 libraries!
|
Namespaces | |
namespace | detail |
Functions | |
std::ostream & | red (std::ostream &s) |
Makes the text on the console red. | |
std::ostream & | green (std::ostream &s) |
Makes the text on the console green. | |
std::ostream & | blue (std::ostream &s) |
Makes the text on the console blue. | |
std::ostream & | yellow (std::ostream &s) |
Makes the text on the console yellow. | |
std::ostream & | magenta (std::ostream &s) |
Makes the text on the console magenta. | |
std::ostream & | cyan (std::ostream &s) |
Makes the text on the console cyan. | |
std::ostream & | white (std::ostream &s) |
Makes the text on the console white. | |
std::ostream & | bold (std::ostream &s) |
Makes the text on the console bold. | |
std::ostream & | normal (std::ostream &s) |
Makes the text on the console non-bold and white. | |
|
inline |
Makes the text on the console red.
|
inline |
Makes the text on the console green.
|
inline |
Makes the text on the console blue.
|
inline |
Makes the text on the console yellow.
|
inline |
Makes the text on the console magenta.
|
inline |
Makes the text on the console cyan.
|
inline |
Makes the text on the console white.
|
inline |
Makes the text on the console bold.
|
inline |
Makes the text on the console non-bold and white.