BenBot 1.7.5
A chess engine
Loading...
Searching...
No Matches
chess::board::masks::ranks Namespace Reference
constexpr auto ONE = 0x00000000000000FF_bb
constexpr auto TWO = 0XFF00_bb
constexpr auto THREE = 0XFF0000_bb
constexpr auto FOUR = 0XFF000000_bb
constexpr auto FIVE = 0XFF00000000_bb
constexpr auto SIX = 0XFF0000000000_bb
constexpr auto SEVEN = 0XFF000000000000_bb
constexpr auto EIGHT = 0xFF00000000000000_bb
constexpr auto get (const Rank rank) noexcept -> Bitboard

Detailed Description

This namespace provides some compile-time bitboard masks for ranks.