During a random documentation check on cppreference.com
i noticed new member function overloads for some containers taking as a parameter what happens to be a new standard type from C++17
called a Node Handle
.
Now the documentation page of node handles on the same site gives multiple details and technical behaviors on how this work, but it doesn't really convey properly the general idea and purpose of this new type.
Hence the question, what is a Node Handle ?