Return true if storage is a valid strictly ascending Eytzinger BST.
Synopsis
Declared in <llvm/ADT/Eytzinger.h>
[[nodiscard]]
bool
isSorted() const;
Return Value
true if storage is a valid strictly ascending Eytzinger BST.
|
Note
|
The return value should not be discarded. |
Created with MrDocs