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

  
 
  

home | help
BSON_ITER_FIND(3)		     libbson		       BSON_ITER_FIND(3)

SYNOPSIS
	bool
	bson_iter_find (bson_iter_t *iter, const char *key);

PARAMETERS
     * iter: A bson_iter_t.

     * key: A string containing the requested key.

DESCRIPTION
     The bson_iter_find() function shall advance iter to the first element named
     key  or  exhaust  all  elements of iter. If iter is exhausted, false is re-
     turned and iter should be considered invalid.

     key    is	  case-sensitive.    For    a	 case-folded	version,     see
     bson_iter_find_case().

RETURNS
     true is returned if the requested key was found. If not, iter was exhausted
     and should now be considered invalid.

AUTHOR
     MongoDB, Inc

COPYRIGHT
     2009-present, MongoDB, Inc.

1.30.8				  Aug 27, 2026		       BSON_ITER_FIND(3)

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

home | help