bson_oid_copy (3) - Linux Manuals

bson_oid_copy: Copies the contents of src into dst.

NAME

bson_oid_copy() - Copies the contents of src into dst.

SYNOPSIS

void
bson_oid_copy (const bson_oid_t *src,
               bson_oid_t       *dst);

PARAMETERS

src
A bson_oid_t \&.

dst
A bson_oid_t \&.

DESCRIPTION

Copies the contents of src into dst.

COLOPHON

This page is part of libbson. Please report any bugs at https://jira.mongodb.org/browse/CDRIVER.