![]() |
![]()
| ![]() |
![]()
SYNOPSIS#define BSON_APPEND_VALUE(b, key, val) \ PARAMETERS
DESCRIPTIONAppends a new field to bson by determining the boxed type in value. This is useful if you want to copy fields between documents but do not know the field type until runtime. RETURNSReturns true if the operation was applied successfully. The function will fail if appending the value grows bson larger than INT32_MAX. AUTHORMongoDB, Inc COPYRIGHT2009-present, MongoDB, Inc.
|