uint32_t
Contents
Copyright
2009-present, MongoDB, Inc.
1.30.4 Jun 08, 2025 BSON_OID_HASH(3)
Description
Generates a hash code for oid suitable for a hashtable.
Parameters
• oid: A bson_oid_t.
Returns
A 32-bit hash code.
Synopsis
uint32_t
bson_oid_hash (const bson_oid_t *oid);
