1BSON_ITER_INT64(3)                  libbson                 BSON_ITER_INT64(3)
2
3
4

SYNOPSIS

6          #define BSON_ITER_HOLDS_INT64(iter) (bson_iter_type ((iter)) == BSON_TYPE_INT64)
7
8          int64_t
9          bson_iter_int64 (const bson_iter_t *iter);
10

PARAMETERS

12iter: A bson_iter_t.
13

DESCRIPTION

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

RETURNS

19       A 64-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_INT64(3)
Impressum