1MONGOC_STREAM_DESTROY(3)           libmongoc          MONGOC_STREAM_DESTROY(3)
2
3
4

SYNOPSIS

6          void
7          mongoc_stream_destroy (mongoc_stream_t *stream);
8

PARAMETERS

10stream: A mongoc_stream_t.
11
12       This   function   shall   release   all  resources  associated  with  a
13       mongoc_stream_t, including freeing the structure. It is invalid to  use
14       stream after calling this function. Does nothing if stream is NULL.
15

AUTHOR

17       MongoDB, Inc
18
20       2017-present, MongoDB, Inc
21
22
23
24
251.25.1                           Nov 08, 2023         MONGOC_STREAM_DESTROY(3)
Impressum