That is because the iterator is a sort of pointer and the *-operator is commonly used to dereference a pointer to obtain the pointed-at value. Have a look at ...
確定! 回上一頁