1BSON_ITER_AS_INT64(3)               libbson              BSON_ITER_AS_INT64(3)
2
3
4

NAME

6       bson_iter_as_int64 - bson_iter_as_int64()
7

SYNOPSIS

9          int64_t
10          bson_iter_as_int64 (const bson_iter_t *iter);
11

PARAMETERS

13       · iter: A bson_iter_t.
14

DESCRIPTION

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

RETURNS

29       A 64-bit signed integer.
30

AUTHOR

32       MongoDB, Inc
33
35       2017-present, MongoDB, Inc
36
37
38
39
401.16.2                           Feb 25, 2020            BSON_ITER_AS_INT64(3)
Impressum