DOKK / manpages / debian 10 / libmongoc-doc / mongoc_matcher_match.3.en
MONGOC_MATCHER_MATCH(3) MongoDB C Driver MONGOC_MATCHER_MATCH(3)

mongoc_matcher_match - mongoc_matcher_match()

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.

WARNING:

mongoc_matcher_t is deprecated and will be removed in version 2.0.


  • matcher: A mongoc_matcher_t.
  • query: A bson_t that contains the query.

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

MongoDB, Inc

2017-present, MongoDB, Inc

February 23, 2019 1.14.0