Function CSTL_vector_erase

Source
pub unsafe extern "C" fn CSTL_vector_erase(
    instance: CSTL_VectorRef,
    move_: CSTL_MoveTypeCRef,
    where_: CSTL_VectorIter,
) -> CSTL_VectorIter
Expand description

Removes the element at where and returns an iterator following the removed element.

The iterator where must be valid and dereferenceable.