1BSON_OID_COMPARE(3)                 libbson                BSON_OID_COMPARE(3)
2
3
4

SYNOPSIS

6          int
7          bson_oid_compare (const bson_oid_t *oid1, const bson_oid_t *oid2);
8

PARAMETERS

10oid1: A bson_oid_t.
11
12oid2: A bson_oid_t.
13

DESCRIPTION

15       The bson_oid_compare() function shall return a qsort() style value of a
16       lexicographical sort of oid1 and oid2.
17

RETURNS

19       less than 0, 0, or greater than 0 based on the comparison.
20

AUTHOR

22       MongoDB, Inc
23
25       2017-present, MongoDB, Inc
26
27
28
29
301.25.1                           Nov 08, 2023              BSON_OID_COMPARE(3)
Impressum