1BSON_ITER_AS_INT64(3) libbson BSON_ITER_AS_INT64(3)
2
3
4
6 bson_iter_as_int64 - bson_iter_as_int64()
7
9 int64_t
10 bson_iter_as_int64 (const bson_iter_t *iter);
11
13 • iter: A bson_iter_t.
14
16 The bson_iter_as_int64() function shall return the contents of the cur‐
17 rent element as if it were a BSON_TYPE_INT64 element. The currently
18 supported casts include:
19
20 • BSON_TYPE_BOOL
21
22 • BSON_TYPE_DOUBLE
23
24 • BSON_TYPE_INT32
25
26 • BSON_TYPE_INT64
27
29 A 64-bit signed integer.
30
32 MongoDB, Inc
33
35 2017-present, MongoDB, Inc
36
37
38
39
401.17.6 Jun 03, 2021 BSON_ITER_AS_INT64(3)