[#boost-urls-ignore_case_param-2conversion] = xref:boost.adoc[boost]::xref:boost/urls.adoc[urls]::xref:boost/urls/ignore_case_param.adoc[ignore_case_param]::operator bool :relfileprefix: ../../../ :mrdocs: True if an algorithm should ignore case == Synopsis Declared in `<https://www.github.com/boostorg/url/blob/develop/include/boost/url/ignore_case.hpp#L104[boost/url/ignore_case.hpp]>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- operator bool() const noexcept; ---- == Description Values of type `ignore_case_param` evaluate to true when constructed with the constant xref:boost/urls/ignore_case.adoc[ignore_case]. Otherwise, they are default‐constructed and evaluate to `false`. [.small]#Created with https://www.mrdocs.com[MrDocs]#