|
BenBot 1.7.5
A chess engine
|
Go to the source code of this file.
Namespaces | |
| namespace | chess |
| namespace | chess::game |
| namespace | chess::notation |
Functions | |
| auto | chess::notation::from_uci (const Position &position, std::string_view text) -> std::expected< Move, std::string > |
| auto | chess::notation::to_uci (Move move) -> std::string |