1BSON_VALUE_COPY(3) Libbson BSON_VALUE_COPY(3)
23
4
NAME
6bson_value_copy - bson_value_copy()
7
SYNOPSIS
9void
10bson_value_copy (const bson_value_t *src, bson_value_t *dst);
11
PARAMETERS
13· src: A bson_value_t to copy from.
1415
· dst: A bson_value_t to copy into.
16
DESCRIPTION
18This function will copy the boxed content in src into dst. dst must be
19freed with bson_value_destroy() when no longer in use.
20
AUTHOR
22MongoDB, Inc
23
COPYRIGHT
252017-present, MongoDB, Inc
2627
28
29
30
1.14.0 Feb 22, 2019 BSON_VALUE_COPY(3)