1BSON_WRITER_GET_LENGTH(3)           libbson          BSON_WRITER_GET_LENGTH(3)
2
3
4

NAME

6       bson_writer_get_length - bson_writer_get_length()
7

SYNOPSIS

9          size_t
10          bson_writer_get_length (bson_writer_t *writer);
11

PARAMETERS

13writer: A bson_writer_t.
14

DESCRIPTION

16       Fetches  the  current  length of the content written by the buffer (in‐
17       cluding the initial offset). This includes a  partly  written  document
18       currently being written.
19
20       This  is  useful  if  you want to check to see if you've passed a given
21       memory boundary that cannot be sent in a packet. See  bson_writer_roll‐
22       back() to abort the current document being written.
23

RETURNS

25       The length of the underlying buffer.
26

AUTHOR

28       MongoDB, Inc
29
31       2017-present, MongoDB, Inc
32
33
34
35
361.21.1                           Mar 02, 2022        BSON_WRITER_GET_LENGTH(3)
Impressum