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

NAME

6       bson_reader_set_read_func - bson_reader_set_read_func()
7

SYNOPSIS

9          void
10          bson_reader_set_read_func (bson_reader_t *reader, bson_reader_read_func_t func);
11

PARAMETERS

13reader: A bson_reader_t.
14
15func: A bson_reader_read_func_t.
16

DESCRIPTION

18       Sets  the  function  to  read more data from the underlying stream in a
19       custom bson_reader_t.
20

AUTHOR

22       MongoDB, Inc
23
25       2017-present, MongoDB, Inc
26
27
28
29
301.17.6                           Jun 03, 2021     BSON_READER_SET_READ_FUNC(3)
Impressum