ot::Settings::ChildInfoIterator::operator*() const method
Overloads the `*` dereference operator and gets a reference to `ChildInfo` entry to which the iterator is currently pointing.
Return value
A reference to the `ChildInfo` entry currently pointed by the iterator.
Notes
This method should be used only if `IsDone()` is returning FALSE indicating that the iterator is pointing to a valid entry.
![]()
const ChildInfo &operator*(void) const { return mChildInfo; }