1MONGOC_WRITE_CONCERN_DESTROY(3)MongoDB C DriverMONGOC_WRITE_CONCERN_DESTROY(3)
2
3
4
6 mongoc_write_concern_destroy - mongoc_write_concern_destroy()
7
9 void
10 mongoc_write_concern_destroy (mongoc_write_concern_t *write_concern);
11
13 ยท write_concern: A mongoc_write_concern_t.
14
16 Frees all resources associated with the write concern structure. Does
17 nothing if write_concern is NULL.
18
20 MongoDB, Inc
21
23 2017-present, MongoDB, Inc
24
25
26
27
281.14.0 Feb 22, 2019 MONGOC_WRITE_CONCERN_DESTROY(3)