1BSON_ITER_SYMBOL(3) libbson BSON_ITER_SYMBOL(3)
2
3
4
6 const char *
7 bson_iter_symbol (const bson_iter_t *iter, uint32_t *length);
8
10 • iter: A bson_iter_t.
11
12 • length: A uint32_t.
13
15 The symbol element type is DEPRECATED in the bson specification at
16 http://bsonspec.org.
17
18 The bson_iter_symbol() function shall return the contents of a
19 BSON_TYPE_SYMBOL element.
20
21 If non-NULL, length will be set to the length of the resulting string.
22
24 The symbol and length is set.
25
27 MongoDB, Inc
28
30 2017-present, MongoDB, Inc
31
32
33
34
351.25.1 Nov 08, 2023 BSON_ITER_SYMBOL(3)