SYNOPSIS

#include <bson.h>

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

DESCRIPTION

The bson_oid_copy() function shall copy the contents of src into dst.

dst should be a pointer to a bson_oid_t.

ERRORS

No errors are defined.

AUTHORS

This page was written by MongoDB, Inc.