Provided by: libmongoc-doc_1.30.2-1_all bug

SYNOPSIS

          void
          mongoc_find_and_modify_opts_get_sort (const mongoc_find_and_modify_opts_t *opts,
                                                bson_t *sort);

PARAMETERS

opts: A mongoc_find_and_modify_opts_t.

       • sort: An uninitialized bson_t.

DESCRIPTION

       Copies  the  sort  document  set with mongoc_find_and_modify_opts_set_sort(), or initializes sort with an
       empty BSON document.

AUTHOR

       MongoDB, Inc

COPYRIGHT

       2009-present, MongoDB, Inc.

1.30.2                                            Mar 05, 2025           MONGOC_FIND_AND_MODIFY_OPTS_GET_SORT(3)