mongoc_matcher_match (3) Linux Manual Page
mongoc_matcher_match() – None
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
NOTE
mongoc_matcher_tis deprecated and will be removed in version 2.0.
Parameters
matcher- A
mongoc_matcher_t\&.
query- A
bson_tthat contains the query.
Returns
true if document matches the query specification provided to mongoc_matcher_new(3) \&. Otherwise, false \&.
Colophon
This page is part of MongoDB C Driver. Please report any bugs at https://jira.mongodb.org/browse/CDRIVER.
