summaryrefslogtreecommitdiff
path: root/doc/html/boost/proto/matches.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/boost/proto/matches.html')
-rw-r--r--doc/html/boost/proto/matches.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/html/boost/proto/matches.html b/doc/html/boost/proto/matches.html
index 5d819b6da9..c68536f3db 100644
--- a/doc/html/boost/proto/matches.html
+++ b/doc/html/boost/proto/matches.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Struct template matches</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../index.html" title="The Boost C++ Libraries BoostBook Documentation Subset">
<link rel="up" href="../../proto/reference.html#header.boost.proto.matches_hpp" title="Header &lt;boost/proto/matches.hpp&gt;">
<link rel="prev" href="vararg.html" title="Struct template vararg">
@@ -35,7 +35,7 @@
<span class="keyword">struct</span> <a class="link" href="matches.html" title="Struct template matches">matches</a> <span class="special">:</span> <span class="keyword"></span> mpl::bool_&lt;<em class="replaceable"><code>true-or-false</code></em>&gt; <span class="special">{</span>
<span class="special">}</span><span class="special">;</span></pre></div>
<div class="refsect1">
-<a name="id2818474"></a><h2>Description</h2>
+<a name="idp376669648"></a><h2>Description</h2>
<p>
<code class="computeroutput">proto::matches&lt;Expr, Grammar&gt;</code> inherits from
<code class="computeroutput">mpl::true_</code> if
@@ -46,7 +46,7 @@
<p>
Non-terminal expressions are matched against a grammar according to the following rules:
</p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem"><p>
The wildcard pattern, <code class="computeroutput">
<a class="link" href="_.html" title="Struct _">proto::_</a>
@@ -141,7 +141,7 @@
<a class="link" href="if_.html" title="Struct template if_">proto::if_</a>&lt;T,U,V&gt;
</code> if:
</p>
-<div class="itemizedlist"><ul class="itemizedlist" type="circle">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: circle; ">
<li class="listitem">
<code class="computeroutput">
boost::result_of&lt;<a class="link" href="when.html" title="Struct template when">proto::when</a>&lt;<a class="link" href="_.html" title="Struct _">proto::_</a>,T&gt;(E)&gt;::type::value
@@ -199,7 +199,7 @@
if <code class="computeroutput">BT</code> is <code class="computeroutput"><a class="link" href="_.html" title="Struct _">proto::_</a></code>
or <code class="computeroutput">AT</code> and one of the following is true:
</p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem"><p>
<code class="computeroutput">B</code> is the wildcard pattern,
<code class="computeroutput">
@@ -257,7 +257,7 @@
A type <code class="computeroutput">B</code> <em class="replaceable"><code>lambda-matches</code></em>
<code class="computeroutput">A</code> if one of the following is true:
</p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem"><p>
<code class="computeroutput">B</code> is <code class="computeroutput">A</code>
</p></li>