1BSON_READER_TELL(3) libbson BSON_READER_TELL(3)
23
4
SYNOPSIS
6off_t
7bson_reader_tell (bson_reader_t *reader);
8
PARAMETERS
10• reader: A bson_reader_t.
11
DESCRIPTION
13Tells the current position within the underlying stream.
14
RETURNS
16-1 on failure, otherwise the offset within the underlying stream.
17
AUTHOR
19MongoDB, Inc
20
COPYRIGHT
222017-present, MongoDB, Inc
2324
25
26
27
1.25.1 Nov 08, 2023 BSON_READER_TELL(3)