1MONGOC_WRITE_CONCERN_NEW(3) libmongoc MONGOC_WRITE_CONCERN_NEW(3)
23
4
NAME
6mongoc_write_concern_new - mongoc_write_concern_new()
7
SYNOPSIS
9mongoc_write_concern_t *
10mongoc_write_concern_new (void);
11
RETURNS
13Creates a newly allocated write concern that can be configured based on
14user preference. This should be freed with mongoc_write_concern_de‐
15stroy() when no longer in use.
16
AUTHOR
18MongoDB, Inc
19
COPYRIGHT
212017-present, MongoDB, Inc
2223
24
25
26
1.17.6 Jun 03, 2021 MONGOC_WRITE_CONCERN_NEW(3)