1BSON_COPY_TO(3)                     libbson                    BSON_COPY_TO(3)
2
3
4

NAME

6       bson_copy_to - bson_copy_to()
7

SYNOPSIS

9          void
10          bson_copy_to (const bson_t *src, bson_t *dst);
11

PARAMETERS

13src: A bson_t.
14
15dst: A bson_t.
16

DESCRIPTION

18       The  bson_copy_to()  function  shall  initialize dst with a copy of the
19       contents of src.
20
21       dst MUST be an uninitialized bson_t to avoid leaking memory.
22

AUTHOR

24       MongoDB, Inc
25
27       2017-present, MongoDB, Inc
28
29
30
31
321.21.1                           Mar 02, 2022                  BSON_COPY_TO(3)
Impressum