![]() |
![]()
| ![]() |
![]()
SYNOPSIS#define BSON_APPEND_INT64(b, key, val) \ PARAMETERS
DESCRIPTIONThe bson_append_int64() function shall append a new element to bson containing a 64-bit signed integer. RETURNSReturns true if the operation was applied successfully. The function will fail if appending value grows bson larger than INT32_MAX. AUTHORMongoDB, Inc COPYRIGHT2009-present, MongoDB, Inc.
|