1MONGOC_STREAM_DESTROY(3) libmongoc MONGOC_STREAM_DESTROY(3)
2
3
4
6 mongoc_stream_destroy - mongoc_stream_destroy()
7
9 void
10 mongoc_stream_destroy (mongoc_stream_t *stream);
11
13 • stream: A mongoc_stream_t.
14
15 This function shall release all resources associated with a
16 mongoc_stream_t, including freeing the structure. It is invalid to use
17 stream after calling this function. Does nothing if stream is NULL.
18
20 MongoDB, Inc
21
23 2017-present, MongoDB, Inc
24
25
26
27
281.23.1 Oct 20, 2022 MONGOC_STREAM_DESTROY(3)