1BSON_ITER_KEY_LEN(3)                libbson               BSON_ITER_KEY_LEN(3)
2
3
4

SYNOPSIS

6          uint32_t
7          bson_iter_key_len (const bson_iter_t *iter);
8

PARAMETERS

10iter: A bson_iter_t.
11

DESCRIPTION

13       Fetches the length of the key for the current element observed by iter.
14       This is a constant time computation, and therefore faster than  calling
15       strlen() on a key returned by bson_iter_key().
16

RETURNS

18       An integer representing the key length.
19
20       SEE ALSO:
21          bson_iter_key() to retrieve current key.
22
23

AUTHOR

25       MongoDB, Inc
26
28       2017-present, MongoDB, Inc
29
30
31
32
331.25.1                           Nov 08, 2023             BSON_ITER_KEY_LEN(3)
Impressum