summaryrefslogtreecommitdiff
path: root/doc/html/boost/polymorphic_strict_get.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/boost/polymorphic_strict_get.html')
-rw-r--r--doc/html/boost/polymorphic_strict_get.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/boost/polymorphic_strict_get.html b/doc/html/boost/polymorphic_strict_get.html
index 5146417f00..6b14ba89cd 100644
--- a/doc/html/boost/polymorphic_strict_get.html
+++ b/doc/html/boost/polymorphic_strict_get.html
@@ -4,7 +4,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Function polymorphic_strict_get</title>
<link rel="stylesheet" href="../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
<link rel="home" href="../index.html" title="The Boost C++ Libraries BoostBook Documentation Subset">
<link rel="up" href="../variant/reference.html#header.boost.variant.polymorphic_get_hpp" title="Header &lt;boost/variant/polymorphic_get.hpp&gt;">
<link rel="prev" href="polymorphic_relaxed_get.html" title="Function polymorphic_relaxed_get">
@@ -43,7 +43,7 @@
<span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> U<span class="special">,</span> <span class="keyword">typename</span> T1<span class="special">,</span> <span class="keyword">typename</span> T2<span class="special">,</span> <span class="special">...</span><span class="special">,</span> <span class="keyword">typename</span> TN<span class="special">&gt;</span>
<span class="keyword">const</span> <span class="identifier">U</span> <span class="special">&amp;</span> <span class="identifier">polymorphic_strict_get</span><span class="special">(</span><span class="keyword">const</span> <a class="link" href="variant.html" title="Class template variant">variant</a><span class="special">&lt;</span><span class="identifier">T1</span><span class="special">,</span> <span class="identifier">T2</span><span class="special">,</span> <span class="special">...</span><span class="special">,</span> <span class="identifier">TN</span><span class="special">&gt;</span> <span class="special">&amp;</span> operand<span class="special">)</span><span class="special">;</span></pre></div>
<div class="refsect1">
-<a name="idm45555030583712"></a><h2>Description</h2>
+<a name="idp496522672"></a><h2>Description</h2>
<p>Acts exactly like <code class="computeroutput"><a class="link" href="polymorphic_relaxed_get.html" title="Function polymorphic_relaxed_get">polymorphic_relaxed_get</a></code> but does a compile time check
that type <code class="computeroutput">U</code> is one of the types that can be stored in variant.</p>
</div>