SYNOPSIS

bool
mongoc_matcher_match (const mongoc_matcher_t *matcher,
                      const bson_t           *bson);

DESCRIPTION

The mongoc_matcher_match() function shall test is a given bson object matches the query the matcher was created with.

RETURN VALUE

The mongoc_matcher_match() function returns true if there is a match, false otherwise.

ERRORS

No errors are defined.

SEE ALSO

AUTHORS

This page was written by MongoDB Inc.