BenBot 1.7.5
A chess engine
Loading...
Searching...
No Matches
Flips.hpp File Reference
#include <bit>
#include <libchess/board/Bitboard.hpp>
Include dependency graph for Flips.hpp:
This graph shows which files directly or indirectly include this file:

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

Detailed Description

This file provides functions for flipping bitboards vertically or horizontally.

Definition in file Flips.hpp.