![]() |
![]()
| ![]() |
![]()
SYNOPSIS#define BSON_APPEND_UNDEFINED(b, key) \ PARAMETERS
DESCRIPTIONThe bson_append_undefined() function shall append a new element to bson of type BSON_TYPE_UNDEFINED. Undefined is common in Javascript. However, this element type is deprecated and should not be used in new code. 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.
|