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

SYNOPSIS

6          void
7          bson_copy_to (const bson_t *src, bson_t *dst);
8

PARAMETERS

10src: A bson_t.
11
12dst: A bson_t.
13

DESCRIPTION

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

AUTHOR

21       MongoDB, Inc
22
24       2017-present, MongoDB, Inc
25
26
27
28
291.25.1                           Nov 08, 2023                  BSON_COPY_TO(3)
Impressum