1BSON_READER_TELL(3) libbson BSON_READER_TELL(3)
23
4
NAME
6bson_reader_tell - bson_reader_tell()
7
SYNOPSIS
9off_t
10bson_reader_tell (bson_reader_t *reader);
11
PARAMETERS
13ยท reader: A bson_reader_t.
14
DESCRIPTION
16Tells the current position within the underlying stream.
17
RETURNS
19-1 on failure, otherwise the offset within the underlying stream.
20
AUTHOR
22MongoDB, Inc
23
COPYRIGHT
252017-present, MongoDB, Inc
2627
28
29
30
1.17.4 Feb 04, 2021 BSON_READER_TELL(3)