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

SYNOPSIS

6          bool
7          bson_iter_find_case (bson_iter_t *iter, const char *key);
8

PARAMETERS

10iter: A bson_iter_t.
11
12key: An ASCII string containing the field to locate.
13

DESCRIPTION

15       Advances iter to the first element matching the name of key or exhaust‐
16       ing all elements.
17
18       key is not case-sensitive. The keys will be case-folded to determine  a
19       match using the current locale.
20

RETURNS

22       true if key was found.
23

AUTHOR

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