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

NAME

6       bson_append_document_end - bson_append_document_end()
7

SYNOPSIS

9          bool
10          bson_append_document_end (bson_t *bson, bson_t *child);
11

PARAMETERS

13bson: A bson_t.
14
15child:    The    child    bson_t    initialized    in   a   call   to
16         bson_append_document_begin().
17

DESCRIPTION

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

RETURNS

24       Returns true if successful.
25

AUTHOR

27       MongoDB, Inc
28
30       2017-present, MongoDB, Inc
31
32
33
34
351.23.1                           Oct 20, 2022      BSON_APPEND_DOCUMENT_END(3)
Impressum