pointer operator->() const
Arrow operator.
Return the pointer to the cached data element, which is an object of type T. You can only use the return value to read its referenced data element, can not update it.
Current data element reference object's address, i.e. address of ElementHolder or ElementRef object.