Skip site navigation (1)Skip section navigation (2)

  
 
  

home | help
BSON_READER_DESTROY_FUNC_T(3)	     libbson	   BSON_READER_DESTROY_FUNC_T(3)

SYNOPSIS
	typedef void (*bson_reader_destroy_func_t) (void *handle);

PARAMETERS
     * handle: The opaque handle provided to bson_reader_new_from_handle().

DESCRIPTION
     An optional callback function that will be called when a bson_reader_t cre-
     ated     with     bson_reader_new_from_handle()	 is    destroyed    with
     bson_reader_destroy().

     The handle used when creating the reader is passed to this callback.

AUTHOR
     MongoDB, Inc

COPYRIGHT
     2009-present, MongoDB, Inc.

1.30.8				  Aug 27, 2026	   BSON_READER_DESTROY_FUNC_T(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=bson_reader_destroy_func_t&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help