IAggregatePool.opIndex

Obtains the n-th pool item. n must be less than the value returned by length(). Caution: The item must not be recycled; while the item is in use, only opIndex(), opApply(), length() and limit() may be called.

TODO: is this ever used? Seems rather obscure.

class IAggregatePool(T)
opIndex
(
size_t n
)

Parameters

n size_t

item index

Return Value

Type: ItemType

n-th pool item

Meta