Chess 0.0.1
A library written in c
Loading...
Searching...
No Matches
ChessPositionCounterEntry Struct Reference

Entry in the position counter hash table. More...

#include <position_counter.h>

Data Fields

uint64_t key
 
unsigned int value
 

Detailed Description

Entry in the position counter hash table.

Stores a position key and its associated count.

Field Documentation

◆ key

uint64_t ChessPositionCounterEntry::key

The hash key for the position.

◆ value

unsigned int ChessPositionCounterEntry::value

The number of times the position has occurred.


The documentation for this struct was generated from the following file: