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

Returns

true if document matches the query specification provided to mongoc_matcher_new(). Otherwise, false.