1BSON_WRITER_ROLLBACK(3)             libbson            BSON_WRITER_ROLLBACK(3)
2
3
4

NAME

6       bson_writer_rollback - bson_writer_rollback()
7

SYNOPSIS

9          void
10          bson_writer_rollback (bson_writer_t *writer);
11

PARAMETERS

13       · writer: A bson_writer_t.
14

DESCRIPTION

16       Abort  the appending of the current bson_t to the memory region managed
17       by writer. This is useful if you detected that you went past a particu‐
18       lar memory limit. For example, MongoDB has 48MB message limits.
19

AUTHOR

21       MongoDB, Inc
22
24       2017-present, MongoDB, Inc
25
26
27
28
291.16.2                           Feb 25, 2020          BSON_WRITER_ROLLBACK(3)
Impressum