1MONGOC_WRITE_CONCERN_IS_VALID(3) libmongoc MONGOC_WRITE_CONCERN_IS_VALID(3)
23
4
SYNOPSIS
6bool
7mongoc_write_concern_is_valid (const mongoc_write_concern_t *write_concern);
8
PARAMETERS
10• write_concern: A mongoc_write_concern_t.
11
DESCRIPTION
13Test if this write concern uses an invalid combination of options.
14
AUTHOR
16MongoDB, Inc
17
COPYRIGHT
192017-present, MongoDB, Inc
2021
22
23
24
1.25.1 Nov 08, 2023 MONGOC_WRITE_CONCERN_IS_VALID(3)