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

NAME

6       mongoc_uri_option_is_bool - mongoc_uri_option_is_bool()
7

SYNOPSIS

9          bool
10          mongoc_uri_option_is_bool (const char *option);
11

PARAMETERS

13       · option: The name of an option, case insensitive.
14

DESCRIPTION

16       Returns  true  if  the  option is a known MongoDB URI option of boolean
17       type. For example, "ssl=false" is a valid MongoDB URI option,  so  mon‐
18       goc_uri_option_is_bool ("ssl") is true.
19

AUTHOR

21       MongoDB, Inc
22
24       2017-present, MongoDB, Inc
25
26
27
28
291.16.2                           Feb 25, 2020     MONGOC_URI_OPTION_IS_BOOL(3)
Impressum