1MONGOC_URI_OPTION_IS_INT32(3) MongoDB C Driver MONGOC_URI_OPTION_IS_INT32(3)
2
3
4
6 mongoc_uri_option_is_int32 - mongoc_uri_option_is_int32()
7
9 bool
10 mongoc_uri_option_is_int32 (const char *option);
11
13 ยท option: The name of an option, case insensitive.
14
16 Returns true if the option is a known MongoDB URI option of integer
17 type. For example, "socketTimeoutMS=100" is a valid MongoDB URI option,
18 so mongoc_uri_option_is_int32 ("connectTimeoutMS") is true.
19
21 MongoDB, Inc
22
24 2017-present, MongoDB, Inc
25
26
27
28
291.15.2 Nov 06, 2019 MONGOC_URI_OPTION_IS_INT32(3)