1<html> 2<head> 3<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> 4<title>iequal</title> 5<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css"> 6<meta name="generator" content="DocBook XSL Stylesheets V1.79.1"> 7<link rel="home" href="../../index.html" title="Chapter 1. Boost.Beast"> 8<link rel="up" href="../ref.html" title="This Page Intentionally Left Blank 2/2"> 9<link rel="prev" href="boost__beast__http__icy_stream/async_write_some.html" title="http::icy_stream::async_write_some"> 10<link rel="next" href="boost__beast__iequal/is_transparent.html" title="iequal::is_transparent"> 11</head> 12<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> 13<table cellpadding="2" width="100%"><tr> 14<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../../boost.png"></td> 15<td align="center"><a href="../../../../../../index.html">Home</a></td> 16<td align="center"><a href="../../../../../../libs/libraries.htm">Libraries</a></td> 17<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td> 18<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td> 19<td align="center"><a href="../../../../../../more/index.htm">More</a></td> 20</tr></table> 21<hr> 22<div class="spirit-nav"> 23<a accesskey="p" href="boost__beast__http__icy_stream/async_write_some.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__iequal/is_transparent.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a> 24</div> 25<div class="section"> 26<div class="titlepage"><div><div><h4 class="title"> 27<a name="beast.ref.boost__beast__iequal"></a><a class="link" href="boost__beast__iequal.html" title="iequal">iequal</a> 28</h4></div></div></div> 29<p> 30 A case-insensitive equality predicate for strings. 31 </p> 32<h5> 33<a name="beast.ref.boost__beast__iequal.h0"></a> 34 <span class="phrase"><a name="beast.ref.boost__beast__iequal.synopsis"></a></span><a class="link" href="boost__beast__iequal.html#beast.ref.boost__beast__iequal.synopsis">Synopsis</a> 35 </h5> 36<p> 37 Defined in header <code class="literal"><<a href="../../../../../../boost/beast/core/string.hpp" target="_top">boost/beast/core/string.hpp</a>></code> 38 </p> 39<pre class="programlisting"><span class="keyword">struct</span> <span class="identifier">iequal</span> 40</pre> 41<h5> 42<a name="beast.ref.boost__beast__iequal.h1"></a> 43 <span class="phrase"><a name="beast.ref.boost__beast__iequal.types"></a></span><a class="link" href="boost__beast__iequal.html#beast.ref.boost__beast__iequal.types">Types</a> 44 </h5> 45<div class="informaltable"><table class="table"> 46<colgroup> 47<col> 48<col> 49</colgroup> 50<thead><tr> 51<th> 52 <p> 53 Name 54 </p> 55 </th> 56<th> 57 <p> 58 Description 59 </p> 60 </th> 61</tr></thead> 62<tbody><tr> 63<td> 64 <p> 65 <span class="bold"><strong><a class="link" href="boost__beast__iequal/is_transparent.html" title="iequal::is_transparent">is_transparent</a></strong></span> 66 </p> 67 </td> 68<td> 69 </td> 70</tr></tbody> 71</table></div> 72<h5> 73<a name="beast.ref.boost__beast__iequal.h2"></a> 74 <span class="phrase"><a name="beast.ref.boost__beast__iequal.member_functions"></a></span><a class="link" href="boost__beast__iequal.html#beast.ref.boost__beast__iequal.member_functions">Member 75 Functions</a> 76 </h5> 77<div class="informaltable"><table class="table"> 78<colgroup> 79<col> 80<col> 81</colgroup> 82<thead><tr> 83<th> 84 <p> 85 Name 86 </p> 87 </th> 88<th> 89 <p> 90 Description 91 </p> 92 </th> 93</tr></thead> 94<tbody><tr> 95<td> 96 <p> 97 <span class="bold"><strong><a class="link" href="boost__beast__iequal/operator_lp__rp_.html" title="iequal::operator()">operator()</a></strong></span> 98 </p> 99 </td> 100<td> 101 </td> 102</tr></tbody> 103</table></div> 104<h5> 105<a name="beast.ref.boost__beast__iequal.h3"></a> 106 <span class="phrase"><a name="beast.ref.boost__beast__iequal.description"></a></span><a class="link" href="boost__beast__iequal.html#beast.ref.boost__beast__iequal.description">Description</a> 107 </h5> 108<p> 109 The case-comparison operation is defined only for low-ASCII characters. As 110 of C++14, containers using this class as the <code class="computeroutput"><span class="identifier">Compare</span></code> 111 type will take part in heterogeneous lookup if the search term is implicitly 112 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>. 113 </p> 114</div> 115<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr> 116<td align="left"></td> 117<td align="right"><div class="copyright-footer">Copyright © 2016-2019 Vinnie 118 Falco<p> 119 Distributed under the Boost Software License, Version 1.0. (See accompanying 120 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>) 121 </p> 122</div></td> 123</tr></table> 124<hr> 125<div class="spirit-nav"> 126<a accesskey="p" href="boost__beast__http__icy_stream/async_write_some.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__iequal/is_transparent.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a> 127</div> 128</body> 129</html> 130