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>

template<class TYPE>
std::ptrdiff_t
operator‐(
    PackedIntArrayConstIterator<TYPE> const& lhs,
    PackedIntArrayConstIterator<TYPE> const& rhs);

Specializations

Name

operator‐<>

Created with MrDocs