| BSON_STRING_NEW(3) | libbson | BSON_STRING_NEW(3) |
WARNING:
bson_string_t * bson_string_new (const char *str);
Creates a new string builder, which uses power-of-two growth of buffers. Use the various bson_string_append*() functions to append to the string.
WARNING:
A newly allocated bson_string_t that should be freed with bson_string_free() when no longer in use.
MongoDB, Inc
2009-present, MongoDB, Inc.
| May 7, 2025 | 1.30.4 |