logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

mongoc_matcher_match - mongoc_matcher_match()

Author

       MongoDB, Inc

Deprecated

WARNING:mongoc_matcher_t is deprecated and will be removed in version 2.0.

Name

       mongoc_matcher_match - mongoc_matcher_match()

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.

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.

See Also