1MONGOC_COLLECTION_DROP(3)          libmongoc         MONGOC_COLLECTION_DROP(3)
2
3
4

SYNOPSIS

6          bool
7          mongoc_collection_drop (mongoc_collection_t *collection, bson_error_t *error);
8

PARAMETERS

10collection: A mongoc_collection_t.
11
12error: An optional location for a bson_error_t or NULL.
13

DESCRIPTION

15       For  more  information,  see  mongoc_collection_drop_with_opts().  This
16       function is a thin wrapper, passing NULL in as bson_t parameter.
17

AUTHOR

19       MongoDB, Inc
20
22       2017-present, MongoDB, Inc
23
24
25
26
271.25.1                           Nov 08, 2023        MONGOC_COLLECTION_DROP(3)
Impressum