IPool.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() and length() may be called.

class IPool
protected
opIndex_
(
size_t n
)

Parameters

n size_t

item index

Return Value

Type: Item

n-th pool item

Meta