operator bool

True if an algorithm should ignore case

Synopsis

bool operator bool() noexcept;

Declared in file <boost/url/ignore_case.hpp> at line 108

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`.