Chi-Tech
stringstream_color.cc
Go to the documentation of this file.
2
3#include "chi_runtime.h"
4
6{
8 return std::string("\033[") + std::to_string(code) + "m";
9}
static bool suppress_color_
Definition: chi_runtime.h:112
std::string StringStreamColor(StringSteamColorCode code)
StringSteamColorCode