Function CSTL_vector_iterator_lt

Source
pub unsafe extern "C" fn CSTL_vector_iterator_lt(
    lhs: CSTL_VectorIter,
    rhs: CSTL_VectorIter,
) -> bool
Expand description

Compares iterators for less than.

They must belong to the same vector.