bson_string_new - Man Page

Synopsis

bson_string_t *
bson_string_new (const char *str);

Parameters

Description

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.

Returns

A newly allocated bson_string_t that should be freed with bson_string_free() when no longer in use.

Author

MongoDB, Inc

Info

Apr 03, 2024 1.26.2 libbson