1
Graphics / Re: How do you access an individual node within an STL list container?
« on: April 15, 2020, 06:44:31 am »The address of a deferenced iterator is just a pointer that is equivalent to the iterator, is it not?
It can be a simple pointer but it doesn't need to be. Some implementations use a class so they add extra functionality in debug mode.