1BSON_WRITER_END(3) Libbson BSON_WRITER_END(3)
23
4
NAME
6bson_writer_end - bson_writer_end()
7
SYNOPSIS
9void
10bson_writer_end (bson_writer_t *writer);
11
PARAMETERS
13ยท writer: A bson_writer_t.
14
DESCRIPTION
16Complete writing of a bson_writer_t to the buffer supplied.
17
AUTHOR
19MongoDB, Inc
20
COPYRIGHT
222017-present, MongoDB, Inc
2324
25
26
27
1.13.1 Jan 24, 2019 BSON_WRITER_END(3)