|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Minimal protocol for replacement policies. More...
#include <Transposition_Table.H>
Minimal protocol for replacement policies.
A replacement policy receives the candidate and the currently stored entry for the same key, and returns true when the candidate should overwrite the current one.
Definition at line 96 of file Transposition_Table.H.