[#boost-urls-ignore_case_param] = xref:boost.adoc[boost]::xref:boost/urls.adoc[urls]::ignore_case_param :relfileprefix: ../../ :mrdocs: An optional parameter to determine case‐sensitivity == Synopsis Declared in `<https://www.github.com/boostorg/url/blob/develop/include/boost/url/ignore_case.hpp#L43[boost/url/ignore_case.hpp]>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- class ignore_case_param; ---- == Member Functions [cols=2] |=== | Name | Description | xref:boost/urls/ignore_case_param/2constructor.adoc[`ignore_case_param`] [.small]#[constructor]# | Constructor | xref:boost/urls/ignore_case_param/2conversion.adoc[`operator bool`] | True if an algorithm should ignore case |=== == Description Functions may use parameters of this type to allow the user to optionally indicate that comparisons should be case‐insensitive when the value xref:boost/urls/ignore_case.adoc[ignore_case] is passed. == See Also xref:boost/urls/params_ref.adoc[params_ref] [.small]#Created with https://www.mrdocs.com[MrDocs]#