![]() |
![]()
| ![]() |
![]()
SYNOPSIS#define BSON_APPEND_OID(b, key, val) \ PARAMETERS
DESCRIPTIONThe bson_append_oid() function shall append a new element to bson of type BSON_TYPE_OID. oid MUST be a pointer to a bson_oid_t. RETURNSReturns true if the operation was applied successfully. The function will fail if appending oid grows bson larger than INT32_MAX. AUTHORMongoDB, Inc COPYRIGHT2009-present, MongoDB, Inc.
|