bson_string_append (3) - Linux Manuals
bson_string_append: Appends the ASCII or UTF-8 encoded string str to string. This is not suitable for embedding NULLs in strings.
NAME
bson_string_append() - Appends the ASCII or UTF-8 encoded string str to string. This is not suitable for embedding NULLs in strings.SYNOPSIS
void bson_string_append (bson_string_t *string, const char *str);
PARAMETERS
- string
- A bson_string_t \&.
- str
- A string.
DESCRIPTION
Appends the ASCII or UTF-8 encoded string str to string \&. This is not suitable for embedding NULLs in strings.
COLOPHON
This page is part of libbson. Please report any bugs at https://jira.mongodb.org/browse/CDRIVER.