1MONGOC_MATCHER_MATCH(3)            libmongoc           MONGOC_MATCHER_MATCH(3)
2
3
4

NAME

6       mongoc_matcher_match - mongoc_matcher_match()
7

SYNOPSIS

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

DEPRECATED

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

PARAMETERS

20       · matcher: A mongoc_matcher_t.
21
22       · query: A bson_t that contains the query.
23

RETURNS

25       true if document matches  the  query  specification  provided  to  mon‐
26       goc_matcher_new(). Otherwise, false.
27

AUTHOR

29       MongoDB, Inc
30
32       2017-present, MongoDB, Inc
33
34
35
36
371.16.2                           Feb 25, 2020          MONGOC_MATCHER_MATCH(3)
Impressum