BenBot 1.7.5
A chess engine
Loading...
Searching...
No Matches
chess::pieces::utf8::white Namespace Reference
constexpr string_view PAWN { "\xE2\x99\x99" }
constexpr string_view KNIGHT { "\xE2\x99\x98" }
constexpr string_view BISHOP { "\xE2\x99\x97" }
constexpr string_view ROOK { "\xE2\x99\x96" }
constexpr string_view QUEEN { "\xE2\x99\x95" }
constexpr string_view KING { "\xE2\x99\x94" }
constexpr auto get (const Type type) noexcept -> string_view

Detailed Description

This namespace contains some UTF8 encoding of White chess piece symbols.

See also
black