SYNOPSIS

void
mongoc_read_prefs_add_tag (mongoc_read_prefs_t *read_prefs,
                           const bson_t        *tag);

DESCRIPTION

The mongoc_read_prefs_add_tag() function shall add a tag to a mongoc_read_prefs(7). For more on tags, see mongoc_read_prefs(7).

RETURN VALUE

The mongoc_read_prefs_add_tag() function has no return value.

ERRORS

No errors are defined.

SEE ALSO

AUTHORS

This page was written by MongoDB Inc.