mongoc_matcher_match - Man Page
mongoc_matcher_match()
Synopsis
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.
Deprecated
- WARNING:
mongoc_matcher_t is deprecated and will be removed in version 2.0.
Parameters
- matcher: A mongoc_matcher_t.
- query: A bson_t that contains the query.
Returns
true if document matches the query specification provided to mongoc_matcher_new(). Otherwise, false.
Author
MongoDB, Inc
Copyright
2017-present, MongoDB, Inc
Info
Jan 04, 2023 1.23.2 libmongoc