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

13iter: A bson_iter_t.
14

DESCRIPTION

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

RETURNS

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

AUTHOR

26       MongoDB, Inc
27
29       2017-present, MongoDB, Inc
30
31
32
33
341.21.1                           Mar 02, 2022                 BSON_ITER_KEY(3)
Impressum