Skip to content

MTY_HashPopInt

chrisd1100 edited this page Aug 25, 2022 · 1 revision

Get and remove a value from a hash by integer key.

void *MTY_HashPopInt(
    MTY_Hash * ctx,
    int64_t    key
);

Parameters

ctx (MTY_Hash *)

An MTY_Hash.

key (int64_t)

Integer key to lookup and remove.

Return value

void *

The value associated with key, otherwise NULL.

Platform support

Windows   macOS   Android   Linux   Web  

See also

Module: Struct

Clone this wiki locally