Scroll to navigation

BSON_WRITER_END(3) Library Functions Manual BSON_WRITER_END(3)

NAME

bson_writer_end() - Complete writing of a bson_writer_t to the buffer supplied.

SYNOPSIS


void bson_writer_end (bson_writer_t *writer);

PARAMETERS

writer
A bson_writer_t

DESCRIPTION

Complete writing of a bson_writer_t to the buffer supplied.

COLOPHON

This page is part of libbson. Please report any bugs at https://jira.mongodb.org/browse/CDRIVER.
2016‐10‐12 libbson