|
BenBot 1.7.5
A chess engine
|
| constexpr string_view | PAWN { "\xE2\x99\x9F" } |
| constexpr string_view | KNIGHT { "\xE2\x99\x9E" } |
| constexpr string_view | BISHOP { "\xE2\x99\x9D" } |
| constexpr string_view | ROOK { "\xE2\x99\x9C" } |
| constexpr string_view | QUEEN { "\xE2\x99\x9B" } |
| constexpr string_view | KING { "\xE2\x99\x9A" } |
| constexpr auto | get (const Type type) noexcept -> string_view |
This namespace contains some UTF8 encoding of Black chess piece symbols.