bson_init_static - Man Page

Synopsis

bool
bson_init_static (bson_t *b, const uint8_t *data, size_t length);

Parameters

Description

The bson_init_static() <> function shall initialize a read-only bson_t <> on the stack using the data provided. No copies of the data will be made and therefore must remain valid for the lifetime of the bson_t <>.

The resulting bson_t has internal references and therefore must not be copied to avoid dangling pointers in the copy.

Returns

Returns true if bson_t <> was successfully initialized, otherwise false. The function can fail if data or length are invalid.

Author

MongoDB, Inc

Info

Feb 04, 2026 1.30.7 libbson