[#BloombergLP-bdlb-TransformIterator-operator_star-0a] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlb.adoc[bdlb]::xref:BloombergLP/bdlb/TransformIterator.adoc[TransformIterator]::operator* :relfileprefix: ../../../ :mrdocs: Return the result of applying this object's functor to `*iterator()`. == Synopsis Declared in `<bdlb_transformiterator.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdlb/TransformIterator/reference.adoc[TransformIterator<FUNCTOR, ITERATOR>::reference] operator*() const; ---- == Description Return the result of applying the functor of this object to the result of dereferencing the underlying iterator. The behavior is undefined if dereferencing the underlying iterator is undefined. Note that the behavior of this method is equivalent to: ` functor()(*iterator()) ` == Return Value transformed value of the current element [.small]#Created with https://www.mrdocs.com[MrDocs]#