[#BloombergLP-bdlb-operator_plus-02] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlb.adoc[bdlb]::operator+ :relfileprefix: ../../ :mrdocs: Return a copy of the specified `iterator` object with its underlying iterator advanced by the specified (signed) `offset` from that of `iterator`. The behavior is undefined if so advancing the underlying iterator is undefined. == Synopses Declared in `<bdlb_transformiterator.h>` Return a copy of the specified `iterator` object with its underlying iterator advanced by the specified (signed) `offset` from that of `iterator`. The behavior is undefined if so advancing the underlying iterator is undefined. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< class FUNCTOR, class ITERATOR> xref:BloombergLP/bdlb/TransformIterator.adoc[bdlb::TransformIterator<FUNCTOR, ITERATOR>] xref:BloombergLP/bdlb/operator_plus-0f.adoc[operator+]( TransformIterator<FUNCTOR, ITERATOR>::difference_type offset, xref:BloombergLP/bdlb/TransformIterator.adoc[TransformIterator<FUNCTOR, ITERATOR>] const& iterator); ---- [.small]#xref:BloombergLP/bdlb/operator_plus-0f.adoc[_» more..._]# Return a copy of the specified `iterator` object with its underlying iterator advanced by the specified (signed) `offset` from that of `iterator`. The behavior is undefined if so advancing the underlying iterator is undefined. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< class FUNCTOR, class ITERATOR> xref:BloombergLP/bdlb/TransformIterator.adoc[bdlb::TransformIterator<FUNCTOR, ITERATOR>] xref:BloombergLP/bdlb/operator_plus-03.adoc[operator+]( xref:BloombergLP/bdlb/TransformIterator.adoc[TransformIterator<FUNCTOR, ITERATOR>] const& iterator, TransformIterator<FUNCTOR, ITERATOR>::difference_type offset); ---- [.small]#xref:BloombergLP/bdlb/operator_plus-03.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#