We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fd241c commit a404105Copy full SHA for a404105
src/bson/iterator.c
@@ -40,3 +40,5 @@ extern mlib_constexpr int32_t _bson_valsize(bson_type tag,
40
41
extern inline bson_iterator _bson_recover_iterator(const bson_byte* doc_data_begin,
42
ptrdiff_t elem_offset) mlib_noexcept;
43
+
44
+extern inline uint32_t bson_iterator_data_size(const bson_iterator it) mlib_noexcept;
0 commit comments