1BSON_APPEND_ARRAY_END(3) libbson BSON_APPEND_ARRAY_END(3)
2
3
4
6 bson_append_array_end - bson_append_array_end()
7
9 bool
10 bson_append_array_end (bson_t *bson, bson_t *child);
11
13 • bson: A bson_t.
14
15 • child: The bson_t initialized in a call to bson_append_array_begin().
16
18 The bson_append_array_end() function shall complete the appending of an
19 array field started with bson_append_array_begin(). child is invalid
20 after calling this function.
21
23 Returns true if successful.
24
26 MongoDB, Inc
27
29 2017-present, MongoDB, Inc
30
31
32
33
341.17.6 Jun 03, 2021 BSON_APPEND_ARRAY_END(3)