C++ Utilities
5.0.1
Useful C++ classes and routines such as argument parser, IO and conversion utilities
|
#include "./ansiescapecodes.h"
Go to the source code of this file.
Namespaces | |
CppUtilities | |
Contains all utilities provides by the c++utilities library. | |
CppUtilities::EscapeCodes | |
Encapsulates functions for formatted terminal output using ANSI escape codes. | |
Functions | |
CPP_UTILITIES_EXPORT std::ostream & | CppUtilities::EscapeCodes::operator<< (std::ostream &stream, Phrases phrase) |
Prints the specified phrase. More... | |