1BSON_OID_INIT(3) Libbson BSON_OID_INIT(3)
23
4
NAME
6bson_oid_init - bson_oid_init()
7
SYNOPSIS
9void
10bson_oid_init (bson_oid_t *oid, bson_context_t *context);
11
PARAMETERS
13· oid: A bson_oid_t.
1415
· context: An optional bson_context_t or NULL.
16
DESCRIPTION
18Generates a new bson_oid_t using either context or the default
19bson_context_t.
20
AUTHOR
22MongoDB, Inc
23
COPYRIGHT
252017-present, MongoDB, Inc
2627
28
29
30
1.15.2 Nov 06, 2019 BSON_OID_INIT(3)