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

NAME

6       bson_iter_int64 - bson_iter_int64()
7

SYNOPSIS

9          #define BSON_ITER_HOLDS_INT64(iter) (bson_iter_type ((iter)) == BSON_TYPE_INT64)
10
11          int64_t
12          bson_iter_int64 (const bson_iter_t *iter);
13

PARAMETERS

15       ยท iter: A bson_iter_t.
16

DESCRIPTION

18       Fetches  the value from a BSON_TYPE_INT64 field. You should verify that
19       this is a BSON_TYPE_INT64 field before calling this function.
20

RETURNS

22       A 64-bit integer.
23

AUTHOR

25       MongoDB, Inc
26
28       2017-present, MongoDB, Inc
29
30
31
32
331.17.4                           Feb 04, 2021               BSON_ITER_INT64(3)
Impressum