boost::urls::ignore_case_param::ignore_case_param
Constructor
Description
Construction from ignore_case indicates that comparisons should be case‐insensitive.
When
ignore_case is passed as an argument, this function ignores case when performing comparisons:
void f( ignore_case_param = {} );
Created with MrDocs