summaryrefslogtreecommitdiff
path: root/doc/html/boost/proto/assert_matches.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/boost/proto/assert_matches.html')
-rw-r--r--doc/html/boost/proto/assert_matches.html17
1 files changed, 10 insertions, 7 deletions
diff --git a/doc/html/boost/proto/assert_matches.html b/doc/html/boost/proto/assert_matches.html
index 805a727c1a..b2afa78def 100644
--- a/doc/html/boost/proto/assert_matches.html
+++ b/doc/html/boost/proto/assert_matches.html
@@ -3,10 +3,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Function template assert_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.debug_hpp" title="Header &lt;boost/proto/debug.hpp&gt;">
-<link rel="prev" href="display_expr_id1516207.html" title="Function display_expr">
+<link rel="prev" href="display_expr_idp204698912.html" title="Function display_expr">
<link rel="next" href="assert_matches_not.html" title="Function template assert_matches_not">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -20,7 +20,7 @@
</tr></table>
<hr>
<div class="spirit-nav">
-<a accesskey="p" href="display_expr_id1516207.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../proto/reference.html#header.boost.proto.debug_hpp"><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="assert_matches_not.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a>
+<a accesskey="p" href="display_expr_idp204698912.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../proto/reference.html#header.boost.proto.debug_hpp"><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="assert_matches_not.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a>
</div>
<div class="refentry">
<a name="boost.proto.assert_matches"></a><div class="titlepage"></div>
@@ -38,7 +38,7 @@
<span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> Grammar<span class="special">,</span> <span class="keyword">typename</span> <a class="link" href="../../Expr.html" title="Concept Expr">Expr</a><span class="special">&gt;</span>
<span class="keyword">void</span> <span class="identifier">assert_matches</span><span class="special">(</span><span class="identifier">Expr</span> <span class="keyword">const</span> <span class="special">&amp;</span> expr<span class="special">)</span><span class="special">;</span></pre></div>
<div class="refsect1">
-<a name="id2763213"></a><h2>Description</h2>
+<a name="idp368887536"></a><h2>Description</h2>
<p>
Use <code class="computeroutput">proto::assert_matches()</code> to assert at compile-time that
an expression matches a grammar.
@@ -53,15 +53,18 @@ proto::assert_matches&lt;PlusInts&gt;( <code class="computeroutput"><a class="li
<p>
See also:
</p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem"><code class="computeroutput"><a class="link" href="assert_matches_not.html" title="Function template assert_matches_not">proto::assert_matches_not</a>()</code></li>
<li class="listitem"><code class="computeroutput"><a class="link" href="../../BOOST_PROTO_ASSERT_MATCHES.html" title="Macro BOOST_PROTO_ASSERT_MATCHES">BOOST_PROTO_ASSERT_MATCHES</a>()</code></li>
<li class="listitem"><code class="computeroutput"><a class="link" href="../../BOOST_PROTO_ASSERT_MATCHES_NOT.html" title="Macro BOOST_PROTO_ASSERT_MATCHES_NOT">BOOST_PROTO_ASSERT_MATCHES_NOT</a>()</code></li>
</ul></div>
<p>
</p>
-<div class="variablelist"><table border="0">
+<div class="variablelist"><table border="0" class="variablelist compact">
+<colgroup>
<col align="left" valign="top">
+<col>
+</colgroup>
<tbody><tr>
<td><p><span class="term">Notes:</span></p></td>
<td><p>
@@ -81,7 +84,7 @@ proto::assert_matches&lt;PlusInts&gt;( <code class="computeroutput"><a class="li
</tr></table>
<hr>
<div class="spirit-nav">
-<a accesskey="p" href="display_expr_id1516207.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../proto/reference.html#header.boost.proto.debug_hpp"><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="assert_matches_not.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a>
+<a accesskey="p" href="display_expr_idp204698912.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../proto/reference.html#header.boost.proto.debug_hpp"><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="assert_matches_not.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>