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 master branch, built from commit a4b7d69d47.
PrevUpHomeNext
ignore_case_param::ignore_case_param (1 of 2 overloads)

Constructor.

Synopsis
constexpr
ignore_case_param();
Description

By default, comparisons are case-sensitive.

Example

This function performs case-sensitive comparisons when called with no arguments:

void f( ignore_case_param = {} );

PrevUpHomeNext