ot::Pool::GetEntryAt() const method
Retrieves a pool entry at a given index. The @p aIndex MUST be from an earlier call to `GetIndexOf()`.
Syntax
const Type &GetEntryAt(uint16_t aIndex) const; Return value
A reference to entry at index @p aIndex.
![]()
const Type &GetEntryAt(uint16_t aIndex) const { return mPool[aIndex]; }