Scroll to navigation

BSON_READER_DESTROY(3) Library Functions Manual BSON_READER_DESTROY(3)

NAME

bson_reader_destroy() - Destroys and releases all resources associated with reader.

SYNOPSIS


void bson_reader_destroy (bson_reader_t *reader);

PARAMETERS

reader
A bson_reader_t

DESCRIPTION

Destroys and releases all resources associated with reader

COLOPHON

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