1BSON_READER_SET_READ_FUNC(3)        libbson       BSON_READER_SET_READ_FUNC(3)
2
3
4

SYNOPSIS

6          void
7          bson_reader_set_read_func (bson_reader_t *reader, bson_reader_read_func_t func);
8

PARAMETERS

10reader: A bson_reader_t.
11
12func: A bson_reader_read_func_t.
13

DESCRIPTION

15       Sets  the  function  to  read more data from the underlying stream in a
16       custom bson_reader_t.
17

AUTHOR

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