summaryrefslogtreecommitdiff
path: root/doc/html/boost/type_erasure/as_param.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/boost/type_erasure/as_param.html')
-rw-r--r--doc/html/boost/type_erasure/as_param.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/html/boost/type_erasure/as_param.html b/doc/html/boost/type_erasure/as_param.html
index 10b31c180a..f83da932d7 100644
--- a/doc/html/boost/type_erasure/as_param.html
+++ b/doc/html/boost/type_erasure/as_param.html
@@ -1,3 +1,4 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
@@ -37,7 +38,7 @@
<span class="keyword">typedef</span> <span class="emphasis"><em><span class="identifier">unspecified</span></em></span> <a name="boost.type_erasure.as_param.type"></a><span class="identifier">type</span><span class="special">;</span>
<span class="special">}</span><span class="special">;</span></pre></div>
<div class="refsect1">
-<a name="idp475714176"></a><h2>Description</h2>
+<a name="idp482098320"></a><h2>Description</h2>
<p>If <code class="computeroutput">T</code> is a (cv/reference qualifed) placeholder, returns param&lt;<a class="link" href="concept_of.html" title="Struct template concept_of">concept_of&lt;Any&gt;::type</a>, T&gt;, otherwise, returns T. This metafunction is intended to be used for function arguments in specializations of <a class="link" href="concept_interface.html" title="Struct template concept_interface">concept_interface</a>.</p>
<p><span class="bold"><strong>See Also:</strong></span></p>
<p><a class="link" href="derived.html" title="Struct template derived">derived</a>, <a class="link" href="rebind_any.html" title="Struct template rebind_any">rebind_any</a> </p>