1BSON_ITER_FIND_CASE(3)              libbson             BSON_ITER_FIND_CASE(3)
2
3
4

NAME

6       bson_iter_find_case - bson_iter_find_case()
7

SYNOPSIS

9          bool
10          bson_iter_find_case (bson_iter_t *iter, const char *key);
11

PARAMETERS

13iter: A bson_iter_t.
14
15key: An ASCII string containing the field to locate.
16

DESCRIPTION

18       Advances iter until it is observing an element matching the name of key
19       or exhausting all elements.
20
21       key is not case-sensitive. The keys will be case-folded to determine  a
22       match using the current locale.
23

RETURNS

25       true if key was found.
26

AUTHOR

28       MongoDB, Inc
29
31       2017-present, MongoDB, Inc
32
33
34
35
361.21.1                           Mar 02, 2022           BSON_ITER_FIND_CASE(3)
Impressum