|
BenBot 1.7.5
A chess engine
|
#include <cstdint>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) |
This file defines the BitboardIndex type.
Definition in file BitboardIndex.hpp.