Imported Upstream version 1.72.0
[platform/upstream/boost.git] / libs / beast / doc / html / beast / ref / boost__beast__iequals.html
1 <html>
2 <head>
3 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
4 <title>iequals</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&#160;1.&#160;Boost.Beast">
8 <link rel="up" href="../ref.html" title="This Page Intentionally Left Blank 2/2">
9 <link rel="prev" href="boost__beast__iequal/operator_lp__rp_.html" title="iequal::operator()">
10 <link rel="next" href="boost__beast__iless.html" title="iless">
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__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.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__iequals"></a><a class="link" href="boost__beast__iequals.html" title="iequals">iequals</a>
28 </h4></div></div></div>
29 <p>
30         <a class="indexterm" name="idm45873487972336"></a>
31 Returns <code class="computeroutput"><span class="keyword">true</span></code> if two strings
32         are equal, using a case-insensitive comparison.
33       </p>
34 <h5>
35 <a name="beast.ref.boost__beast__iequals.h0"></a>
36         <span class="phrase"><a name="beast.ref.boost__beast__iequals.synopsis"></a></span><a class="link" href="boost__beast__iequals.html#beast.ref.boost__beast__iequals.synopsis">Synopsis</a>
37       </h5>
38 <p>
39         Defined in header <code class="literal">&lt;<a href="../../../../../../boost/beast/core/string.hpp" target="_top">boost/beast/core/string.hpp</a>&gt;</code>
40       </p>
41 <pre class="programlisting"><span class="keyword">bool</span>
42 <span class="identifier">iequals</span><span class="special">(</span>
43     <span class="identifier">beast</span><span class="special">::</span><span class="identifier">string_view</span> <span class="identifier">lhs</span><span class="special">,</span>
44     <span class="identifier">beast</span><span class="special">::</span><span class="identifier">string_view</span> <span class="identifier">rhs</span><span class="special">);</span>
45 </pre>
46 <h5>
47 <a name="beast.ref.boost__beast__iequals.h1"></a>
48         <span class="phrase"><a name="beast.ref.boost__beast__iequals.description"></a></span><a class="link" href="boost__beast__iequals.html#beast.ref.boost__beast__iequals.description">Description</a>
49       </h5>
50 <p>
51         The case-comparison operation is defined only for low-ASCII characters.
52       </p>
53 <h5>
54 <a name="beast.ref.boost__beast__iequals.h2"></a>
55         <span class="phrase"><a name="beast.ref.boost__beast__iequals.parameters"></a></span><a class="link" href="boost__beast__iequals.html#beast.ref.boost__beast__iequals.parameters">Parameters</a>
56       </h5>
57 <div class="informaltable"><table class="table">
58 <colgroup>
59 <col>
60 <col>
61 </colgroup>
62 <thead><tr>
63 <th>
64                 <p>
65                   Name
66                 </p>
67               </th>
68 <th>
69                 <p>
70                   Description
71                 </p>
72               </th>
73 </tr></thead>
74 <tbody>
75 <tr>
76 <td>
77                 <p>
78                   <code class="computeroutput"><span class="identifier">lhs</span></code>
79                 </p>
80               </td>
81 <td>
82                 <p>
83                   The string on the left side of the equality
84                 </p>
85               </td>
86 </tr>
87 <tr>
88 <td>
89                 <p>
90                   <code class="computeroutput"><span class="identifier">rhs</span></code>
91                 </p>
92               </td>
93 <td>
94                 <p>
95                   The string on the right side of the equality
96                 </p>
97               </td>
98 </tr>
99 </tbody>
100 </table></div>
101 <p>
102         Convenience header <code class="literal">&lt;<a href="../../../../../../boost/beast/core.hpp" target="_top">boost/beast/core.hpp</a>&gt;</code>
103       </p>
104 </div>
105 <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
106 <td align="left"></td>
107 <td align="right"><div class="copyright-footer">Copyright &#169; 2016-2019 Vinnie
108       Falco<p>
109         Distributed under the Boost Software License, Version 1.0. (See accompanying
110         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>)
111       </p>
112 </div></td>
113 </tr></table>
114 <hr>
115 <div class="spirit-nav">
116 <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.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
117 </div>
118 </body>
119 </html>