|
BenBot 1.7.5
A chess engine
|
Namespaces | |
| namespace | black |
| namespace | white |
Functions | |
| constexpr auto | pawns (const Color color) noexcept -> Bitboard |
| constexpr auto | rooks (const Color color) noexcept -> Bitboard |
| constexpr auto | knights (const Color color) noexcept -> Bitboard |
| constexpr auto | bishops (const Color color) noexcept -> Bitboard |
| constexpr auto | queen (const Color color) noexcept -> Bitboard |
| constexpr auto | king (const Color color) noexcept -> Bitboard |
This namespace provides some compile-time bitboard constants for the starting positions of each piece type.