1BSON_COPY_TO_EXCLUDING_NOINIT_VA(3) libbsonBSON_COPY_TO_EXCLUDING_NOINIT_VA(3)
2
3
4

SYNOPSIS

6          void
7          bson_copy_to_excluding_noinit_va (const bson_t *src,
8                                            bson_t *dst,
9                                            const char *first_exclude,
10                                            va_list args);
11

PARAMETERS

13src: A bson_t.
14
15dst: A bson_t.
16
17first_exclude: The first field name to exclude.
18
19args: A va_list.
20

DESCRIPTION

22       The  bson_copy_to_excluding_noinit_va()  function shall copy all fields
23       from src to dst except those specified by first_exclude and args.
24
25       This method works the same way as bson_copy_to_excluding_noinit(),  ex‐
26       cept it takes a va_list. This method does not call bson_init() on dst.
27
28       SEE ALSO:
29          bson_copy_to_excluding_noinit()
30
31

AUTHOR

33       MongoDB, Inc
34
36       2017-present, MongoDB, Inc
37
38
39
40
411.25.1                           Nov 08, 202B3SON_COPY_TO_EXCLUDING_NOINIT_VA(3)
Impressum