boost::urls::ignore_case_param::ignore_case_param

Constructor

Synopsis

Declared in <include/boost/url/ignore_case.hpp>

constexpr
ignore_case_param() noexcept = default;

» more...

constexpr
ignore_case_param(ignore_case_t) noexcept;

» more...

Description

By default, comparisons are case-sensitive.

This function performs case-sensitive

comparisons when called with no arguments:

void f( ignore_case_param = {} );

Created with MrDocs