We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1b37ff commit 14bc215Copy full SHA for 14bc215
include/interval-tree/interval_tree.hpp
@@ -1126,6 +1126,7 @@ namespace lib_interval_tree
1126
* inserted with more overlap searches? If the result is a single interval shall it insert_overlap or insert?
1127
* Be careful to not produce overlapping merge sets when doing recursive insertion, or it will recurse
1128
* endlessly.
1129
+ * @return An iterator to the inserted or merged interval.
1130
*/
1131
iterator insert_overlap(interval_type const& ival, bool exclusive = false, bool recursive = true)
1132
{
0 commit comments