1MONGOC_URI_OPTION_IS_BOOL(3)       libmongoc      MONGOC_URI_OPTION_IS_BOOL(3)
2
3
4

SYNOPSIS

6          bool
7          mongoc_uri_option_is_bool (const char *option);
8

PARAMETERS

10option: The name of an option, case insensitive.
11

DESCRIPTION

13       Returns  true  if  the  option is a known MongoDB URI option of boolean
14       type. For example, "tls=false" is a valid MongoDB URI option,  so  mon‐
15       goc_uri_option_is_bool ("tls") is true.
16

AUTHOR

18       MongoDB, Inc
19
21       2017-present, MongoDB, Inc
22
23
24
25
261.25.1                           Nov 08, 2023     MONGOC_URI_OPTION_IS_BOOL(3)
Impressum