|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
#include <Negamax.H>
Public Member Functions | |
| template<typename Key > | |
| Entry * | probe (const Key &) noexcept |
| template<typename Key > | |
| TranspositionStoreStatus | store (const Key &, const Entry &) noexcept |
Static Public Attributes | |
| static constexpr bool | enabled = false |
|
inlinenoexcept |
|
inlinenoexcept |
Definition at line 430 of file Negamax.H.
References Aleph::Rejected.
|
staticconstexpr |