Struct CellRegistry::Slot

Nested Relationships

This struct is a nested type of Class CellRegistry.

Struct Documentation

struct Slot

Public Members

ResultPtr value
std::size_t life = 0
bool filled_since_clear = false

Fill-once tripwire: true once value has been set() since the last time this slot was emptied (by clear_bound_to, or by a read that spent the cell’s last life). See set.