ot::Array::IsInArrayBuffer() const method
Indicates whether a given entry pointer is from the array buffer. Does not check the current length of array and only checks that @p aEntry is pointing to an address contained within underlying C array buffer.
Syntax
bool IsInArrayBuffer(const Type *aEntry) const; Arguments
aEntry
A pointer to an entry to check.
Return value
TRUE The @p aEntry is from the array. FALSE The @p aEntry is not from the array.