summaryrefslogtreecommitdiff
path: root/doc/html/boost/proto/assert_matches_not.html
diff options
context:
space:
mode:
authorDongHun Kwak <dh0128.kwak@samsung.com>2017-09-13 11:08:07 +0900
committerDongHun Kwak <dh0128.kwak@samsung.com>2017-09-13 11:09:00 +0900
commitb5c87084afaef42b2d058f68091be31988a6a874 (patch)
treeadef9a65870a41181687e11d57fdf98e7629de3c /doc/html/boost/proto/assert_matches_not.html
parent34bd32e225e2a8a94104489b31c42e5801cc1f4a (diff)
downloadboost-b5c87084afaef42b2d058f68091be31988a6a874.tar.gz
boost-b5c87084afaef42b2d058f68091be31988a6a874.tar.bz2
boost-b5c87084afaef42b2d058f68091be31988a6a874.zip
Imported Upstream version 1.64.0upstream/1.64.0
Change-Id: Id9212edd016dd55f21172c427aa7894d1d24148b Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com>
Diffstat (limited to 'doc/html/boost/proto/assert_matches_not.html')
-rw-r--r--doc/html/boost/proto/assert_matches_not.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/boost/proto/assert_matches_not.html b/doc/html/boost/proto/assert_matches_not.html
index 246e88a9fd..25a2251e9f 100644
--- a/doc/html/boost/proto/assert_matches_not.html
+++ b/doc/html/boost/proto/assert_matches_not.html
@@ -39,7 +39,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_not</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="idp549218400"></a><h2>Description</h2>
+<a name="idp461552928"></a><h2>Description</h2>
<p>
Use <code class="computeroutput">proto::assert_matches_not()</code> to assert at compile-time that
an expression does not match a grammar.
@@ -48,7 +48,7 @@
<span class="bold"><strong>Example:</strong></span></p>
<pre class="programlisting">typedef proto::plus&lt; proto::terminal&lt; int &gt;, proto::terminal&lt; int &gt; &gt; PlusInts;
-proto::assert_matches_not&lt;PlusInts&gt;( <code class="computeroutput"><a class="link" href="lit_idp927766608.html" title="Function lit">proto::lit</a></code>("a string") + 42 );</pre>
+proto::assert_matches_not&lt;PlusInts&gt;( <code class="computeroutput"><a class="link" href="lit_idp701561072.html" title="Function lit">proto::lit</a></code>("a string") + 42 );</pre>
<p>
</p>
<p>