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

SYNOPSIS

6          const char *
7          bson_iter_key (const bson_iter_t *iter);
8

PARAMETERS

10iter: A bson_iter_t.
11

DESCRIPTION

13       Fetches the key for the current element observed by iter.
14

RETURNS

16       A string which should not be modified or freed.
17
18       SEE ALSO:
19          bson_iter_key_len() to retrieve the length of the key in constant time.
20
21

AUTHOR

23       MongoDB, Inc
24
26       2017-present, MongoDB, Inc
27
28
29
30
311.25.1                           Nov 08, 2023                 BSON_ITER_KEY(3)
Impressum