[#BloombergLP-bdlc-operator_minus-09] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlc.adoc[bdlc]::operator‐ :relfileprefix: ../../ :mrdocs: Return the number of elements between specified `lhs` and `rhs`. The behavior is undefined unless `lhs` and `rhs` reference the same array. == Synopsis Declared in `<bdlc_packedintarray.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class TYPE> std::ptrdiff_t operator‐( xref:BloombergLP/bdlc/PackedIntArrayConstIterator.adoc[PackedIntArrayConstIterator<TYPE>] const& lhs, xref:BloombergLP/bdlc/PackedIntArrayConstIterator.adoc[PackedIntArrayConstIterator<TYPE>] const& rhs); ---- == Specializations [cols="1"] |=== | Name | xref:BloombergLP/bdlc/operator_minus-05.adoc[`operator‐<>`] |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#