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

13       · iter: A bson_iter_t.
14
15       · key: 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.14.0                           Feb 22, 2019           BSON_ITER_FIND_CASE(3)
Impressum