[Edit]
If the variable is defined as T* (where T is some type) then both -> and * are the same (unless ptr is null).
If the variable is an instance of a class (by value or by reference) then -> and * should behave the same (per best practice) but this requires the class to overload them the same way.
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…