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

SYNOPSIS

6          void
7          bson_value_copy (const bson_value_t *src, bson_value_t *dst);
8

PARAMETERS

10src: A bson_value_t to copy from.
11
12dst: A bson_value_t to copy into.
13

DESCRIPTION

15       This  function will copy the boxed content in src into dst. dst must be
16       freed with bson_value_destroy() when no longer in use.
17

AUTHOR

19       MongoDB, Inc
20
22       2017-present, MongoDB, Inc
23
24
25
26
271.25.1                           Nov 08, 2023               BSON_VALUE_COPY(3)
Impressum