Also, the dereferenceoperator, which allows reading and writing to a pointer.
另外还用作取消引用运算符,允许读取和写入指针。
2
Equally clearly, int or double may not: find uses the expression *first, and the dereferenceoperator makes no sense for an object of type int or of type double.