![]() |
![]()
| ![]() |
![]()
SYNOPSIS#define BSON_ITER_HOLDS_BINARY(iter) \ PARAMETERS
DESCRIPTIONThis function shall return the binary data of a BSON_TYPE_BINARY element. It is a programming error to call this function on a field that is not of type BSON_TYPE_BINARY. You can check this with the BSON_ITER_HOLDS_BINARY() macro or bson_iter_type(). The buffer that binary points to is only valid until the iterator's bson_t is modified or freed. AUTHORMongoDB, Inc COPYRIGHT2009-present, MongoDB, Inc.
|