Constructor
Synopsis
Declared in header </boost/url/ignore_case.hpp#L88[boost/url/ignore_case.hpp,window=blank_]>
constexpr
ignore_case_param(ignore_case_t) noexcept;
Description
Construction from ignore_case indicates that comparisons should be case-insensitive.
Example
When ignore_case is passed as an argument, this function ignores case when performing comparisons:
void f( ignore_case_param = {} );
Return Value
-
void
Parameters
Name | Type |
---|---|
** |
|