BSON_APPEND_DBPOINTER(3) | libbson | BSON_APPEND_DBPOINTER(3) |
#define BSON_APPEND_DBPOINTER(b, key, coll, oid) \ bson_append_dbpointer (b, key, (int) strlen (key), coll, oid) bool bson_append_dbpointer (bson_t *bson, const char *key, int key_length, const char *collection, const bson_oid_t *oid);
WARNING:
Returns true if the operation was applied successfully. The function will fail if appending the array grows bson larger than INT32_MAX.
MongoDB, Inc
2017-present, MongoDB, Inc
March 31, 2024 | 1.26.0 |