1BSON_APPEND_DOCUMENT_END(3)         libbson        BSON_APPEND_DOCUMENT_END(3)
2
3
4

SYNOPSIS

6          bool
7          bson_append_document_end (bson_t *bson, bson_t *child);
8

PARAMETERS

10bson: A bson_t.
11
12child:    The    child    bson_t    initialized    in   a   call   to
13         bson_append_document_begin().
14

DESCRIPTION

16       The bson_append_document_end() function shall complete the appending of
17       a  document  with  bson_append_document_begin(). child is invalid after
18       calling this function.
19

RETURNS

21       Returns true if successful.
22

AUTHOR

24       MongoDB, Inc
25
27       2017-present, MongoDB, Inc
28
29
30
31
321.25.1                           Nov 08, 2023      BSON_APPEND_DOCUMENT_END(3)
Impressum