[#BloombergLP-bdlb-operator_minus-04] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlb.adoc[bdlb]::operator‐ :relfileprefix: ../../ :mrdocs: Return the distance from the underlying iterator of `b` to that of `a`. == Synopsis Declared in `<bdlb_transformiterator.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< class FUNCTOR, class ITERATOR> bdlb::TransformIterator<FUNCTOR, ITERATOR>::difference_type operator‐( xref:BloombergLP/bdlb/TransformIterator.adoc[TransformIterator<FUNCTOR, ITERATOR>] const& a, xref:BloombergLP/bdlb/TransformIterator.adoc[TransformIterator<FUNCTOR, ITERATOR>] const& b); ---- == Description Return the result of subtracting the underlying iterator of the specified `b` object from the underlying iterator of the specified `a` object. The behavior is undefined if this subtraction is undefined. == Return Value the distance from the underlying iterator of `b` to that of `a` == Parameters [cols="1,4"] |=== | Name| Description | *a* | left‐hand operand | *b* | right‐hand operand |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#