1BSON_APPEND_ARRAY_END(3)            Libbson           BSON_APPEND_ARRAY_END(3)
2
3
4

NAME

6       bson_append_array_end - bson_append_array_end()
7

SYNOPSIS

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

PARAMETERS

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

DESCRIPTION

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

RETURNS

23       Returns true if successful.
24

AUTHOR

26       MongoDB, Inc
27
29       2017-present, MongoDB, Inc
30
31
32
33
341.15.2                           Nov 06, 2019         BSON_APPEND_ARRAY_END(3)
Impressum