pointer operator->() const
Arrow operator.
Return the pointer to the cached data element, which is an pair<Key_type, T>. You can only read its referenced data via this iterator but can not update it.
Current data element reference object's address, i.e. address of ElementHolder or ElementRef object.