table of contents
BSON_OID_COMPARE_UNSAFE(3) | libbson | BSON_OID_COMPARE_UNSAFE(3) |
SYNOPSIS¶
static inline int bson_oid_compare_unsafe (const bson_oid_t *oid1, const bson_oid_t *oid2);
DESCRIPTION¶
Identical to bson_oid_compare(), but performs no integrity checking.
AUTHOR¶
MongoDB, Inc
COPYRIGHT¶
2009-present, MongoDB, Inc.
January 9, 2025 | 1.29.2 |