IAggregatePool.safe_iterator_open

true if a safe iterator instance exists currently, used for assertions to ensure that only a single safe iterator can exist at a time (as it uses the single buffer, iteration_items, above).

class IAggregatePool(T)
protected
bool safe_iterator_open;

Meta