[#BloombergLP-bdlb-operator_minus-07] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlb.adoc[bdlb]::operator‐ :relfileprefix: ../../ :mrdocs: Subtraction operators == Synopses Declared in `<bdlb_transformiterator.h>` Return the result of subtracting the underlying iterator of the specified `a` object from the underlying iterator of the specified `b` object. The behavior is undefined if this subtraction is undefined. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< class FUNCTOR, class ITERATOR> bdlb::TransformIterator<FUNCTOR, ITERATOR>::difference_type xref:BloombergLP/bdlb/operator_minus-04.adoc[operator‐]( xref:BloombergLP/bdlb/TransformIterator.adoc[TransformIterator<FUNCTOR, ITERATOR>] const& a, xref:BloombergLP/bdlb/TransformIterator.adoc[TransformIterator<FUNCTOR, ITERATOR>] const& b); ---- [.small]#xref:BloombergLP/bdlb/operator_minus-04.adoc[_» more..._]# Return a copy of the specified `iterator` object with its underlying iterator regressed by the specified (signed) `offset` from that of `iterator`. The behavior is undefined if so regressing 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_minus-09.adoc[operator‐]( xref:BloombergLP/bdlb/TransformIterator.adoc[TransformIterator<FUNCTOR, ITERATOR>] const& iterator, TransformIterator<FUNCTOR, ITERATOR>::difference_type offset); ---- [.small]#xref:BloombergLP/bdlb/operator_minus-09.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#