Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
Loading...
Searching...
No Matches
Aleph::adversarial_search_detail::Null_Transposition_Table< Entry > Struct Template Reference

#include <Negamax.H>

Public Member Functions

template<typename Key >
Entryprobe (const Key &) noexcept
 
template<typename Key >
TranspositionStoreStatus store (const Key &, const Entry &) noexcept
 

Static Public Attributes

static constexpr bool enabled = false
 

Detailed Description

template<typename Entry>
struct Aleph::adversarial_search_detail::Null_Transposition_Table< Entry >

Definition at line 419 of file Negamax.H.

Member Function Documentation

◆ probe()

template<typename Entry >
template<typename Key >
Entry * Aleph::adversarial_search_detail::Null_Transposition_Table< Entry >::probe ( const Key &  )
inlinenoexcept

Definition at line 424 of file Negamax.H.

◆ store()

template<typename Entry >
template<typename Key >
TranspositionStoreStatus Aleph::adversarial_search_detail::Null_Transposition_Table< Entry >::store ( const Key &  ,
const Entry  
)
inlinenoexcept

Definition at line 430 of file Negamax.H.

References Aleph::Rejected.

Member Data Documentation

◆ enabled

Definition at line 421 of file Negamax.H.


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