CuckooCache::bit_packed_atomic_flags::bit_is_set

bit_is_set queries the table for discardability at s.

Synopsis

Declared in <cuckoocache.h>

bool
bit_is_set(uint32_t s) const;

Return Value

true if the bit at index s was set, false otherwise

Parameters

NameDescription
sthe index of the entry to read