Function CSTL_vector_pop_back

Source
pub unsafe extern "C" fn CSTL_vector_pop_back(
    instance: CSTL_VectorRef,
    type_: CSTL_Type,
    drop: CSTL_DropTypeCRef,
)
Expand description

Removes the last element from the vector.

If CSTL_vector_empty(instance) == true the behavior is undefined.