1BSON_ITER_INT32(3)                  libbson                 BSON_ITER_INT32(3)
2
3
4

SYNOPSIS

6          #define BSON_ITER_HOLDS_INT32(iter) (bson_iter_type ((iter)) == BSON_TYPE_INT32)
7
8          int32_t
9          bson_iter_int32 (const bson_iter_t *iter);
10

PARAMETERS

12iter: A bson_iter_t.
13

DESCRIPTION

15       Fetches  the  value  from  a BSON_TYPE_INT32 element. You should verify
16       that the field is a BSON_TYPE_INT32 field before calling this function.
17

RETURNS

19       A 32-bit integer.
20

AUTHOR

22       MongoDB, Inc
23
25       2017-present, MongoDB, Inc
26
27
28
29
301.25.1                           Nov 08, 2023               BSON_ITER_INT32(3)
Impressum