True if an algorithm should ignore case

Synopsis

Declared in header </boost/url/ignore_case.hpp#L108[boost/url/ignore_case.hpp,window=blank_]>

operator bool() const noexcept;

Description

Values of type ignore_case_param evaluate to true when constructed with the constant ignore_case. Otherwise, they are default-constructed and evaluate to false.

Return Value

  • bool