pub unsafe extern "C" fn CSTL_vector_iterator_lt(
lhs: CSTL_VectorIter,
rhs: CSTL_VectorIter,
) -> boolExpand description
Compares iterators for less than.
They must belong to the same vector.
pub unsafe extern "C" fn CSTL_vector_iterator_lt(
lhs: CSTL_VectorIter,
rhs: CSTL_VectorIter,
) -> boolCompares iterators for less than.
They must belong to the same vector.