boost::urls::ignore_case

Ignore case when comparing

Synopsis

Declared in <boost/url/ignore_case.hpp>
inline constexpr /* implementation-defined */ ignore_case = {};


Description

This value may be optionally passed to functions accepting a parameter of type ignore_case_param to indicate that comparisons should be case-insensitive.

Created with MrDocs