reference operator *() const
Dereference operator.
Return the reference to the cached data element, which is an ElementRef<T> object if T is a class type or an ElementHolder<T> object if T is a C++ primitive data type. The returned value can only be used to read its referenced element.