| BSON_APPEND_ITER(3) | libbson | BSON_APPEND_ITER(3) |
bool bson_append_iter (bson_t *bson,
const char *key,
int key_length,
const bson_iter_t *iter);
Appends the value at the current position of iter to the document.
Returns true if successful; false if the operation would overflow the maximum document size or another invalid state is detected.
MongoDB, Inc
2009-present, MongoDB, Inc.
| May 7, 2025 | 1.30.4 |