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

NAME

6       bson_copy_to_excluding_noinit_va - bson_copy_to_excluding_noinit_va()
7

SYNOPSIS

9          void
10          bson_copy_to_excluding_noinit_va (const bson_t *src,
11                                            bson_t *dst,
12                                            const char *first_exclude,
13                                            va_list args);
14

PARAMETERS

16src: A bson_t.
17
18dst: A bson_t.
19
20first_exclude: The first field name to exclude.
21
22args: A va_list.
23

DESCRIPTION

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

AUTHOR

36       MongoDB, Inc
37
39       2017-present, MongoDB, Inc
40
41
42
43
441.23.1                           Oct 20, 202B2SON_COPY_TO_EXCLUDING_NOINIT_VA(3)
Impressum