bson_append_iter (3) - Linux Manuals
bson_append_iter: TODO:
NAME
bson_append_iter() - TODO:SYNOPSIS
bool bson_append_iter (bson_t *bson, const char *key, int key_length, const bson_iter_t *iter);
PARAMETERS
- bson
- A bson_t \&.
- key
- An ASCII C string containing the name of the field.
- key_length
- The length of key in bytes, or -1 to determine the length with strlen(3) \&.
- iter
- A bson_iter_t.
DESCRIPTION
TODO:
RETURNS
TODO:
COLOPHON
This page is part of libbson. Please report any bugs at https://jira.mongodb.org/browse/CDRIVER.