bson_reader_tell - Man Page
bson_reader_tell()
Synopsis
off_t bson_reader_tell (bson_reader_t *reader);
Parameters
- reader: A bson_reader_t.
Description
Tells the current position within the underlying stream.
Returns
-1 on failure, otherwise the offset within the underlying stream.
Author
MongoDB, Inc
Copyright
2017-present, MongoDB, Inc
Info
Jan 19, 2023 1.23.2 libbson