|
BenBot 1.7.5
A chess engine
|
Namespaces | |
| namespace | black |
| namespace | white |
Classes | |
| class | string_view |
| STL class. More... | |
Functions | |
| constexpr auto | pawn (const Color color) noexcept -> string_view |
| constexpr auto | knight (const Color color) noexcept -> string_view |
| constexpr auto | bishop (const Color color) noexcept -> string_view |
| constexpr auto | rook (const Color color) noexcept -> string_view |
| constexpr auto | queen (const Color color) noexcept -> string_view |
| constexpr auto | king (const Color color) noexcept -> string_view |
This namespace contains some UTF8 encodings of chess piece symbols.