1BSON_ITER_KEY(3) libbson BSON_ITER_KEY(3)
23
4
NAME
6bson_iter_key - bson_iter_key()
7
SYNOPSIS
9const char *
10bson_iter_key (const bson_iter_t *iter);
11
PARAMETERS
13ยท iter: A bson_iter_t.
14
DESCRIPTION
16Fetches the key for the current element observed by iter.
17
SEE ALSO
19bson_iter_key_len() to retrieve the length of the key in constant time.
20
RETURNS
22A string which should not be modified or freed.
23
AUTHOR
25MongoDB, Inc
26
COPYRIGHT
282017-present, MongoDB, Inc
2930
31
32
33
1.17.4 Feb 04, 2021 BSON_ITER_KEY(3)