BSON_WRITER_BEGIN(3) | libbson | BSON_WRITER_BEGIN(3) |
bson_writer_begin - bson_writer_begin()
bool bson_writer_begin (bson_writer_t *writer, bson_t **bson);
Begins writing a new document. The caller may use the bson structure to write out a new BSON document. When completed, the caller must call either bson_writer_end() or bson_writer_rollback().
true if there was space in the underlying buffers to begin the document.
MongoDB, Inc
2017-present, MongoDB, Inc
June 4, 2021 | 1.17.6 |