[#BloombergLP-bdlb-TransformIterator-operator_ptr-09] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlb.adoc[bdlb]::xref:BloombergLP/bdlb/TransformIterator.adoc[TransformIterator]::operator‐> :relfileprefix: ../../../ :mrdocs: Return the address of 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()) ` Also note that the functor must return a reference type for this method to be used. == Synopses Declared in `<bdlb_transformiterator.h>` Return the address of 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()) ` Also note that the functor must return a reference type for this method to be used. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdlb/TransformIterator/pointer.adoc[TransformIterator<FUNCTOR, ITERATOR>::pointer] xref:BloombergLP/bdlb/TransformIterator/operator_ptr-0a.adoc[operator‐>](); ---- [.small]#xref:BloombergLP/bdlb/TransformIterator/operator_ptr-0a.adoc[_» more..._]# Return the address of 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()) ` Also note that the functor must return a reference type for this method to be used. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdlb/TransformIterator/pointer.adoc[TransformIterator<FUNCTOR, ITERATOR>::pointer] xref:BloombergLP/bdlb/TransformIterator/operator_ptr-01.adoc[operator‐>]() const; ---- [.small]#xref:BloombergLP/bdlb/TransformIterator/operator_ptr-01.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#