:relfileprefix: ../../ [#boost-urls-ignore_case_param] = xref:boost.adoc[pass:[boost]]::xref:boost/urls.adoc[pass:[urls]]::ignore_case_param An optional parameter to determine case-sensitivity == Synopsis Declared in header `` [source,cpp,subs="verbatim,macros,-callouts"] ---- class ignore_case_param; ---- == Member Functions [cols=2,separator=¦] |=== ¦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.