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

13       · src: A bson_value_t to copy from.
14
15       · dst: 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.14.0                           Feb 22, 2019               BSON_VALUE_COPY(3)
Impressum