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

NAME

6       bson_iter_dbpointer - bson_iter_dbpointer()
7

SYNOPSIS

9          void
10          bson_iter_dbpointer (const bson_iter_t *iter,
11                               uint32_t *collection_len,
12                               const char **collection,
13                               const bson_oid_t **oid);
14

PARAMETERS

16       · iter: A bson_iter_t.
17
18       · collection_len: A location for the length of the collection name.
19
20       · collection: A location for the collection name..
21
22       · oid: A location for a bson_oid_t.
23

DESCRIPTION

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

AUTHOR

32       MongoDB, Inc
33
35       2017-present, MongoDB, Inc
36
37
38
39
401.17.4                           Feb 04, 2021           BSON_ITER_DBPOINTER(3)
Impressum