[#3A066774005889FA3107881169B9466C12397E0E]
Constructor
constexpr ignore_case_param() noexcept = default;
By default, comparisons are case-sensitive.
This function performs case-sensitive comparisons when called with no arguments:
void f( ignore_case_param = {} );