mongoc_matcher_match (3) Linux Manual Page
mongoc_matcher_match() – None
Synopsis
boolThis function will check to see if the query compiled in matcher matches document \&.
mongoc_matcher_match (const mongoc_matcher_t *matcher,
const bson_t *document);
Deprecated
NOTE- 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.
