130 lines
5.9 KiB
HTML
130 lines
5.9 KiB
HTML
<html>
|
||
<head>
|
||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||
<title>iless</title>
|
||
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
|
||
<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
|
||
<link rel="home" href="../../index.html" title="Chapter 1. Boost.Beast">
|
||
<link rel="up" href="../ref.html" title="This Page Intentionally Left Blank 2/2">
|
||
<link rel="prev" href="boost__beast__iequal/operator_lp__rp_.html" title="iequal::operator()">
|
||
<link rel="next" href="boost__beast__iless/is_transparent.html" title="iless::is_transparent">
|
||
</head>
|
||
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
||
<table cellpadding="2" width="100%"><tr>
|
||
<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../../boost.png"></td>
|
||
<td align="center"><a href="../../../../../../index.html">Home</a></td>
|
||
<td align="center"><a href="../../../../../../libs/libraries.htm">Libraries</a></td>
|
||
<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
|
||
<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
|
||
<td align="center"><a href="../../../../../../more/index.htm">More</a></td>
|
||
</tr></table>
|
||
<hr>
|
||
<div class="spirit-nav">
|
||
<a accesskey="p" href="boost__beast__iequal/operator_lp__rp_.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../ref.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="boost__beast__iless/is_transparent.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
|
||
</div>
|
||
<div class="section">
|
||
<div class="titlepage"><div><div><h4 class="title">
|
||
<a name="beast.ref.boost__beast__iless"></a><a class="link" href="boost__beast__iless.html" title="iless">iless</a>
|
||
</h4></div></div></div>
|
||
<p>
|
||
A case-insensitive less predicate for strings.
|
||
</p>
|
||
<h5>
|
||
<a name="beast.ref.boost__beast__iless.h0"></a>
|
||
<span class="phrase"><a name="beast.ref.boost__beast__iless.synopsis"></a></span><a class="link" href="boost__beast__iless.html#beast.ref.boost__beast__iless.synopsis">Synopsis</a>
|
||
</h5>
|
||
<p>
|
||
Defined in header <code class="literal"><<a href="../../../../../../boost/beast/core/string.hpp" target="_top">boost/beast/core/string.hpp</a>></code>
|
||
</p>
|
||
<pre class="programlisting"><span class="keyword">struct</span> <span class="identifier">iless</span>
|
||
</pre>
|
||
<h5>
|
||
<a name="beast.ref.boost__beast__iless.h1"></a>
|
||
<span class="phrase"><a name="beast.ref.boost__beast__iless.types"></a></span><a class="link" href="boost__beast__iless.html#beast.ref.boost__beast__iless.types">Types</a>
|
||
</h5>
|
||
<div class="informaltable"><table class="table">
|
||
<colgroup>
|
||
<col>
|
||
<col>
|
||
</colgroup>
|
||
<thead><tr>
|
||
<th>
|
||
<p>
|
||
Name
|
||
</p>
|
||
</th>
|
||
<th>
|
||
<p>
|
||
Description
|
||
</p>
|
||
</th>
|
||
</tr></thead>
|
||
<tbody><tr>
|
||
<td>
|
||
<p>
|
||
<span class="bold"><strong><a class="link" href="boost__beast__iless/is_transparent.html" title="iless::is_transparent">is_transparent</a></strong></span>
|
||
</p>
|
||
</td>
|
||
<td>
|
||
</td>
|
||
</tr></tbody>
|
||
</table></div>
|
||
<h5>
|
||
<a name="beast.ref.boost__beast__iless.h2"></a>
|
||
<span class="phrase"><a name="beast.ref.boost__beast__iless.member_functions"></a></span><a class="link" href="boost__beast__iless.html#beast.ref.boost__beast__iless.member_functions">Member
|
||
Functions</a>
|
||
</h5>
|
||
<div class="informaltable"><table class="table">
|
||
<colgroup>
|
||
<col>
|
||
<col>
|
||
</colgroup>
|
||
<thead><tr>
|
||
<th>
|
||
<p>
|
||
Name
|
||
</p>
|
||
</th>
|
||
<th>
|
||
<p>
|
||
Description
|
||
</p>
|
||
</th>
|
||
</tr></thead>
|
||
<tbody><tr>
|
||
<td>
|
||
<p>
|
||
<span class="bold"><strong><a class="link" href="boost__beast__iless/operator_lp__rp_.html" title="iless::operator()">operator()</a></strong></span>
|
||
</p>
|
||
</td>
|
||
<td>
|
||
</td>
|
||
</tr></tbody>
|
||
</table></div>
|
||
<h5>
|
||
<a name="beast.ref.boost__beast__iless.h3"></a>
|
||
<span class="phrase"><a name="beast.ref.boost__beast__iless.description"></a></span><a class="link" href="boost__beast__iless.html#beast.ref.boost__beast__iless.description">Description</a>
|
||
</h5>
|
||
<p>
|
||
The case-comparison operation is defined only for low-ASCII characters. As
|
||
of C++14, containers using this class as the <code class="computeroutput"><span class="identifier">Compare</span></code>
|
||
type will take part in heterogeneous lookup if the search term is implicitly
|
||
convertible to <a class="link" href="boost__beast__string_view.html" title="string_view"><code class="computeroutput"><span class="identifier">string_view</span></code></a>.
|
||
</p>
|
||
</div>
|
||
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
|
||
<td align="left"></td>
|
||
<td align="right"><div class="copyright-footer">Copyright © 2016-2019 Vinnie
|
||
Falco<p>
|
||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
|
||
</p>
|
||
</div></td>
|
||
</tr></table>
|
||
<hr>
|
||
<div class="spirit-nav">
|
||
<a accesskey="p" href="boost__beast__iequal/operator_lp__rp_.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../ref.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="boost__beast__iless/is_transparent.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
|
||
</div>
|
||
</body>
|
||
</html>
|