|
Leosac
0.8.0
Open Source Access Control
|
Go to the documentation of this file.
39 static std::string clear()
49 std::string
format(
const std::string &escape_code,
const T &in)
52 ss <<
"\033[" << escape_code <<
"m" << in << clear();
58 std::string
bold(
const T &in)
70 std::string
red(
const T &in)
94 std::string
cyan(
const T &in)
std::string underline(const T &in)
std::string bright_cyan(const T &in)
This is the header file for a generated source file, GitSHA1.cpp.
std::string bright_green(const T &in)
std::string bold(const T &in)
std::string green(const T &in)
std::string red(const T &in)
std::string bright_red(const T &in)
std::string format(const std::string &escape_code, const T &in)
Return a string containing the escape code, a string representation of T and the clear escape string.
std::string cyan(const T &in)