boost::urls::ignore_case_param::ignore_case_param
Constructor
Synopsis
constexpr
ignore_case_param(/* implementation-defined */) noexcept;
Description
Construction from ignore_case indicates that comparisons should be case‐insensitive.
The first parameter to this function should be the variable ignore_case.
Example
When ignore_case is passed as an argument, this function ignores case when performing comparisons:
void f( ignore_case_param(ignore_case) );
Created with MrDocs