mirror of https://github.com/CGAL/cgal
Update Orthtree/include/CGAL/Orthtree.h
Co-authored-by: Andreas Fabri <andreas.fabri@geometryfactory.com>
This commit is contained in:
parent
d85edb3e8e
commit
d49529d5d0
|
|
@ -952,7 +952,7 @@ public:
|
||||||
\param n the index of the node to find the sibling of
|
\param n the index of the node to find the sibling of
|
||||||
|
|
||||||
\return the index of the next sibling of n
|
\return the index of the next sibling of n
|
||||||
if n is not the last node in its parent, otherwise nothing.
|
if n is not the last node in its parent, otherwise `std::nullopt`.
|
||||||
*/
|
*/
|
||||||
const std::optional<Node_index> next_sibling(Node_index n) const {
|
const std::optional<Node_index> next_sibling(Node_index n) const {
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue