bool
Contents
Copyright
2009-present, MongoDB, Inc.
1.30.4 Jun 08, 2025 MONGOC_WRITE_CONCERN_GET_WMAJORITY(3)
Description
Fetches if the write should be written to a majority of nodes before indicating success.
Parameters
• write_concern: A mongoc_write_concern_t.
Returns
Returns true if wmajority is set.
Synopsis
bool
mongoc_write_concern_get_wmajority (
const mongoc_write_concern_t *write_concern);
