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