We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 309b9c7 + 9b3598c commit a1b6a49Copy full SHA for a1b6a49
README.md
@@ -200,7 +200,7 @@ Finds the first interval in the interval tree that overlaps the given interval.
200
201
---
202
### (const)iterator overlap_find_all(interval_type const& ival, OnFindFunctionT const& on_find, bool exclusive)
203
-Finds the first interval in the interval tree that overlaps the given interval.
+Finds all intervals in the interval tree that overlaps the given interval.
204
#### Parameters
205
* `ival` The interval to find an overlap for.
206
* `on_find` A function of type bool(iterator) that is called when an interval was found.
0 commit comments