MONGOC_MATCHER_MATCH(3) | libmongoc | MONGOC_MATCHER_MATCH(3) |
mongoc_matcher_match - mongoc_matcher_match()
bool mongoc_matcher_match (const mongoc_matcher_t *matcher, const bson_t *document);
This function will check to see if the query compiled in matcher matches document.
WARNING:
true if document matches the query specification provided to mongoc_matcher_new(). Otherwise, false.
MongoDB, Inc
2017-present, MongoDB, Inc
June 4, 2021 | 1.17.6 |