|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Minimal replacement policy: always replace the current entry. More...
#include <Transposition_Table.H>
Public Member Functions | |
| bool | operator() (const Entry &, const Entry &) const noexcept |
| Decide whether to overwrite a stored entry. | |
Minimal replacement policy: always replace the current entry.
| Entry | Type of entry stored in the transposition table. |
Definition at line 118 of file Transposition_Table.H.
|
inlinenoexcept |
Decide whether to overwrite a stored entry.
Definition at line 123 of file Transposition_Table.H.