|
BenBot 1.7.5
A chess engine
|
#include <string_view>Go to the source code of this file.
Classes | |
| class | ben_bot::string_view |
| STL class. More... | |
Namespaces | |
| namespace | ben_bot |
| namespace | chess |
| namespace | chess::game |
| namespace | util |
| namespace | util::strings |
Functions | |
| void | ben_bot::print_colored_board (const Position &pos, bool utf8) |
| void | ben_bot::print_colored_table (const util::strings::TextTable &table) |
| void | ben_bot::print_labeled_info (string_view label, string_view info) |
This file provides functions for colored printing.
Definition in file ColorPrinting.hpp.