mongoc_matcher_new (3) Linux Manual Page
mongoc_matcher_new() – None
Synopsis
mongoc_matcher_t *Create a new mongoc_matcher_t using the query specification provided.
mongoc_matcher_new (const bson_t *query,
bson_error_t *error);
Deprecated
NOTE- mongoc_matcher_t is deprecated and will be removed in version 2.0.
Parameters
- query
- A bson_t \&.
- error
- An optional location for a bson_error_t or NULL \&.
