bson_iter_dbpointer - Man Page

bson_iter_dbpointer()

Synopsis

void
bson_iter_dbpointer (const bson_iter_t *iter,
                     uint32_t *collection_len,
                     const char **collection,
                     const bson_oid_t **oid);

Parameters

Description

Fetches the contents of a BSON_TYPE_DBPOINTER element.

WARNING:

The BSON_TYPE_DBPOINTER field type is deprecated by the BSON spec and should not be used in new code.

Author

MongoDB, Inc

Info

May 09, 2023 1.23.4 libbson