|
BenBot 1.7.5
A chess engine
|
#include <chrono>#include <cstddef>#include <libchess/moves/Move.hpp>#include <libchess/moves/MoveGen.hpp>#include <optional>#include <string>#include <string_view>#include <variant>Go to the source code of this file.
Namespaces | |
| namespace | chess |
| namespace | chess::uci |
| namespace | chess::uci::printing |
Functions | |
| void | chess::uci::printing::best_move (Move bestMove, std::optional< Move > ponderMove) |
| std::monostate | chess::uci::printing::info_string (std::string_view info) |
This file provides some utility functions for printing UCI-style [3] output.
Definition in file Printing.hpp.