1BSON_ITER_KEY(3)                    libbson                   BSON_ITER_KEY(3)
2
3
4

NAME

6       bson_iter_key - bson_iter_key()
7

SYNOPSIS

9          const char *
10          bson_iter_key (const bson_iter_t *iter);
11

PARAMETERS

13       ยท iter: A bson_iter_t.
14

DESCRIPTION

16       Fetches the key for the current element observed by iter.
17

SEE ALSO

19       bson_iter_key_len() to retrieve the length of the key in constant time.
20

RETURNS

22       A string which should not be modified or freed.
23

AUTHOR

25       MongoDB, Inc
26
28       2017-present, MongoDB, Inc
29
30
31
32
331.16.2                           Feb 25, 2020                 BSON_ITER_KEY(3)
Impressum