1BSON_VALUE_COPY(3)                  libbson                 BSON_VALUE_COPY(3)
2
3
4

NAME

6       bson_value_copy - bson_value_copy()
7

SYNOPSIS

9          void
10          bson_value_copy (const bson_value_t *src, bson_value_t *dst);
11

PARAMETERS

13src: A bson_value_t to copy from.
14
15dst: A bson_value_t to copy into.
16

DESCRIPTION

18       This  function will copy the boxed content in src into dst. dst must be
19       freed with bson_value_destroy() when no longer in use.
20

AUTHOR

22       MongoDB, Inc
23
25       2017-present, MongoDB, Inc
26
27
28
29
301.23.1                           Oct 20, 2022               BSON_VALUE_COPY(3)
Impressum