1BSON_VALUE_COPY(3) libbson BSON_VALUE_COPY(3)
23
4
SYNOPSIS
6void
7bson_value_copy (const bson_value_t *src, bson_value_t *dst);
8
PARAMETERS
10• src: A bson_value_t to copy from.
1112
• dst: A bson_value_t to copy into.
13
DESCRIPTION
15This function will copy the boxed content in src into dst. dst must be
16freed with bson_value_destroy() when no longer in use.
17
AUTHOR
19MongoDB, Inc
20
COPYRIGHT
222017-present, MongoDB, Inc
2324
25
26
27
1.25.1 Nov 08, 2023 BSON_VALUE_COPY(3)