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 an old version of Boost. Click here to view this page for the latest version.
PrevUpHomeNext

ignore_case_param

An optional parameter to determine case-sensitivity.

Synopsis

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

class ignore_case_param
Member Functions

Name

Description

ignore_case_param [constructor]

Constructor.

operator bool

True if an algorithm should ignore case.

Description

Functions may use parameters of this type to allow the user to optionally indicate that comparisons should be case-insensitive when the value ignore_case is passed.

Convenience header <boost/url.hpp>


PrevUpHomeNext