![]() |
![]()
| ![]() |
![]()
SYNOPSIS#define BSON_APPEND_DOCUMENT_BEGIN(b, key, child) \ PARAMETERS
DESCRIPTIONThe bson_append_document_begin() function shall begin appending a sub-document to bson. Use child to add fields to the sub-document. When completed, call bson_append_document_end() to complete the element. child MUST be an uninitialized bson_t to avoid leaking memory. RETURNSReturns true if the operation was applied successfully. The function will fail if bson must grow larger than INT32_MAX. AUTHORMongoDB, Inc COPYRIGHT2009-present, MongoDB, Inc.
|