off_t
Contents
Copyright
2009-present, MongoDB, Inc.
1.30.4 Jun 08, 2025 BSON_READER_TELL(3)
Description
Tells the current position within the underlying stream.
Parameters
• reader: A bson_reader_t.
Returns
-1 on failure, otherwise the offset within the underlying stream.
Synopsis
off_t
bson_reader_tell (bson_reader_t *reader);
