BenBot 1.7.5
A chess engine
Loading...
Searching...
No Matches
BitboardIndex.hpp File Reference
#include <cstdint>
Include dependency graph for BitboardIndex.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

Typedefs

using chess::board::BitboardIndex = std::uint_fast8_t

Variables

constexpr BitboardIndex chess::board::MAX_BITBOARD_IDX = NUM_SQUARES - UINT8_C(1)
constexpr BitboardIndex chess::board::NUM_SQUARES = UINT8_C(64)

Detailed Description

This file defines the BitboardIndex type.

Definition in file BitboardIndex.hpp.