Return the number of elements between specified lhs and rhs. The behavior is undefined unless lhs and rhs reference the same array.
Declared in <bdlc_packedintarray.h>
template<class TYPE>
std::ptrdiff_t
operator-(
PackedIntArrayConstIterator<TYPE> const& lhs,
PackedIntArrayConstIterator<TYPE> const& rhs);
| Name |
|---|
operator-<> |