Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

This is the documentation for a snapshot of the develop branch, built from commit 58b4257646.
PrevUpHomeNext

ignore_case

Ignore case when comparing.

Synopsis

Defined in header <boost/url/ignore_case.hpp>

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.

Convenience header <boost/url.hpp>


PrevUpHomeNext