Skip to main content

raw_map_delete_elem

Function raw_map_delete_elem 

Source
pub fn raw_map_delete_elem<F: KernelAuxiliaryOps>(
    map: *mut c_void,
    key: *const c_void,
) -> i64
Expand description

Delete entry with key from map.

The delete map element helper call is used to delete values from maps.