1BSON_APPEND_ARRAY_END(3)            libbson           BSON_APPEND_ARRAY_END(3)
2
3
4

SYNOPSIS

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

PARAMETERS

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

DESCRIPTION

15       The bson_append_array_end() function shall complete the appending of an
16       array field started with bson_append_array_begin().  child  is  invalid
17       after calling this function.
18

RETURNS

20       Returns true if successful.
21
22       SEE ALSO:
23          bson_array_builder_t
24
25

AUTHOR

27       MongoDB, Inc
28
30       2017-present, MongoDB, Inc
31
32
33
34
351.25.1                           Nov 08, 2023         BSON_APPEND_ARRAY_END(3)
Impressum