1MONGOC_MATCHER_MATCH(3) MongoDB C Driver MONGOC_MATCHER_MATCH(3)
2
3
4
6 mongoc_matcher_match - mongoc_matcher_match()
7
9 bool
10 mongoc_matcher_match (const mongoc_matcher_t *matcher, const bson_t *document);
11
12 This function will check to see if the query compiled in matcher
13 matches document.
14
16 WARNING:
17 mongoc_matcher_t is deprecated and will be removed in version 2.0.
18
20 · matcher: A mongoc_matcher_t.
21
22 · query: A bson_t that contains the query.
23
25 true if document matches the query specification provided to mon‐
26 goc_matcher_new(). Otherwise, false.
27
29 MongoDB, Inc
30
32 2017-present, MongoDB, Inc
33
34
35
36
371.15.2 Nov 06, 2019 MONGOC_MATCHER_MATCH(3)