|
BenBot 1.7.5
A chess engine
|
Go to the source code of this file.
Namespaces | |
| namespace | chess |
| namespace | chess::board |
| namespace | chess::board::flips |
Functions | |
| constexpr auto | chess::board::flips::horizontal (Bitboard board) noexcept -> Bitboard |
| constexpr auto | chess::board::flips::vertical (Bitboard board) noexcept -> Bitboard |
This file provides functions for flipping bitboards vertically or horizontally.
Definition in file Flips.hpp.