table of contents
BSON_WRITER_END(3) | libbson | BSON_WRITER_END(3) |
NAME¶
bson_writer_end - bson_writer_end()
SYNOPSIS¶
void bson_writer_end (bson_writer_t *writer);
PARAMETERS¶
- •
- writer: A bson_writer_t.
DESCRIPTION¶
Complete writing of a bson_writer_t to the buffer supplied.
AUTHOR¶
MongoDB, Inc
COPYRIGHT¶
2017-present, MongoDB, Inc
October 20, 2022 | 1.23.1 |