|
BenBot 1.7.5
A chess engine
|
Enumerations | |
| enum class | Color |
Functions | |
| constexpr auto | north (Bitboard starting) noexcept -> Bitboard |
| constexpr auto | south (Bitboard starting) noexcept -> Bitboard |
| constexpr auto | east (Bitboard starting) noexcept -> Bitboard |
| constexpr auto | west (Bitboard starting) noexcept -> Bitboard |
| constexpr auto | northeast (Bitboard starting) noexcept -> Bitboard |
| constexpr auto | southeast (Bitboard starting) noexcept -> Bitboard |
| constexpr auto | northwest (Bitboard starting) noexcept -> Bitboard |
| constexpr auto | southwest (Bitboard starting) noexcept -> Bitboard |
| constexpr auto | file (Bitboard starting) noexcept -> Bitboard |
| constexpr auto | rank (Bitboard starting) noexcept -> Bitboard |
| constexpr auto | diagonal (Bitboard starting) noexcept -> Bitboard |
| constexpr auto | antidiagonal (Bitboard starting) noexcept -> Bitboard |
| template<Color Side> | |
| constexpr auto | pawn_front (Bitboard starting) noexcept -> Bitboard |
| template<Color Side> | |
| constexpr auto | pawn_rear (Bitboard starting) noexcept -> Bitboard |
This namespace contains bitboard fill algorithms.
|
strong |
This enum identifies the side to move.
Definition at line 29 of file Colors.hpp.