[#boost-urls-ignore_case] = xref:boost.adoc[boost]::xref:boost/urls.adoc[urls]::ignore_case :relfileprefix: ../../ :mrdocs: Ignore case when comparing == Synopsis Declared in `<https://www.github.com/boostorg/url/blob/develop/include/boost/url/ignore_case.hpp#L29[boost/url/ignore_case.hpp]>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- inline constexpr /* implementation-defined */::xref:boost/urls/implementation_defined/ignore_case_t.adoc[ignore_case_t] ignore_case = {}; ---- == Description This value may be optionally passed to functions accepting a parameter of type xref:boost/urls/ignore_case_param.adoc[ignore_case_param] to indicate that comparisons should be case‐insensitive. [.small]#Created with https://www.mrdocs.com[MrDocs]#