1BSON_ITER_OVERWRITE_TIMESTAMP(3)    libbson   BSON_ITER_OVERWRITE_TIMESTAMP(3)
2
3
4

NAME

6       bson_iter_overwrite_timestamp - bson_iter_overwrite_timestamp()
7

SYNOPSIS

9          void
10          bson_iter_overwrite_timestamp (bson_iter_t *iter,
11                                         uint32_t timestamp,
12                                         uint32_t increment);
13

PARAMETERS

15iter: A bson_iter_t.
16
17timestamp: A uint32_t.
18
19increment: A uint32_t.
20

DESCRIPTION

22       The  bson_iter_overwrite_timestamp()  function shall overwrite the con‐
23       tents of a BSON_TYPE_TIMESTAMP element in place.
24
25       This may only be done when the underlying bson  document  allows  muta‐
26       tion.
27
28       It  is  a  programming error to call this function when iter is not ob‐
29       serving an element of type BSON_TYPE_TIMESTAMP.
30

AUTHOR

32       MongoDB, Inc
33
35       2017-present, MongoDB, Inc
36
37
38
39
401.21.1                           Mar 02, 2022 BSON_ITER_OVERWRITE_TIMESTAMP(3)
Impressum