committed by
Rémi Verschelde
parent
44d436add6
commit
e1f96d5ee8
@ -509,6 +509,9 @@ public:
|
||||
}
|
||||
|
||||
Element *lower_bound(const T &p_value) const {
|
||||
if (!_data._root) {
|
||||
return nullptr;
|
||||
}
|
||||
return _lower_bound(p_value);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user