1BSON_APPEND_DOCUMENT_END(3) libbson BSON_APPEND_DOCUMENT_END(3)
2
3
4
6 bson_append_document_end - bson_append_document_end()
7
9 bool
10 bson_append_document_end (bson_t *bson, bson_t *child);
11
13 • bson: A bson_t.
14
15 • child: The child bson_t initialized in a call to bson_append_docu‐
16 ment_begin().
17
19 The bson_append_document_end() function shall complete the appending of
20 a document with bson_append_document_begin(). child is invalid after
21 calling this function.
22
24 Returns true if successful.
25
27 MongoDB, Inc
28
30 2017-present, MongoDB, Inc
31
32
33
34
351.17.6 Jun 03, 2021 BSON_APPEND_DOCUMENT_END(3)