I will have to clarify the question:
I don't want to know if the iterator points to a valid item but if it points at all. To take up your parallel to pointers: with a pointer I CAN check whether it's NULL. I'm looking for somethinig similar for iterators