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