1BSON_ITER_DBPOINTER(3)              libbson             BSON_ITER_DBPOINTER(3)
2
3
4

SYNOPSIS

6          void
7          bson_iter_dbpointer (const bson_iter_t *iter,
8                               uint32_t *collection_len,
9                               const char **collection,
10                               const bson_oid_t **oid);
11

PARAMETERS

13iter: A bson_iter_t.
14
15collection_len: A location for the length of the collection name.
16
17collection: A location for the collection name..
18
19oid: A location for a bson_oid_t.
20

DESCRIPTION

22       Fetches the contents of a BSON_TYPE_DBPOINTER element.
23
24       WARNING:
25          The  BSON_TYPE_DBPOINTER  field  type is deprecated by the BSON spec
26          and should not be used in new code.
27

AUTHOR

29       MongoDB, Inc
30
32       2017-present, MongoDB, Inc
33
34
35
36
371.25.1                           Nov 08, 2023           BSON_ITER_DBPOINTER(3)
Impressum