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

  
 
  

home | help
BSON_ITER_DUP_UTF8(3)		     libbson		   BSON_ITER_DUP_UTF8(3)

SYNOPSIS
	char *
	bson_iter_dup_utf8 (const bson_iter_t *iter, uint32_t *length);

PARAMETERS
     * iter: A bson_iter_t.

     * length: An optional location for the length of the UTF-8 encoded string.

DESCRIPTION
     This   function  is  similar  to  bson_iter_utf8()  except  that  it  calls
     bson_strndup() on the result.

RETURNS
     A newly allocated string that should be freed with bson_free().

AUTHOR
     MongoDB, Inc

COPYRIGHT
     2009-present, MongoDB, Inc.

1.30.8				  Aug 27, 2026		   BSON_ITER_DUP_UTF8(3)

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

home | help