Imported Upstream version 1.64.0
[platform/upstream/boost.git] / doc / html / boost / type_erasure / constructible.html
index 3546d1d..e9629b4 100644 (file)
 <span class="keyword">struct</span> <a class="link" href="constructible.html" title="Struct template constructible">constructible</a> <span class="special">{</span>
 <span class="special">}</span><span class="special">;</span></pre></div>
 <div class="refsect1">
-<a name="idp650787184"></a><h2>Description</h2>
+<a name="idp563126192"></a><h2>Description</h2>
 <p>The <a class="link" href="constructible.html" title="Struct template constructible">constructible</a> concept enables calling the constructor of a type contained by an <a class="link" href="any.html" title="Class template any">any</a>. <code class="computeroutput">Sig</code> should be a function signature. The return type is the placeholder specifying the type to be constructed. The arguments are the argument types of the constructor. The arguments of <code class="computeroutput">Sig</code> may be placeholders.</p>
 <div class="note"><table border="0" summary="Note">
 <tr>
 <td rowspan="2" align="center" valign="top" width="25"><img alt="[Note]" src="../../../../doc/src/images/note.png"></td>
 <th align="left">Note</th>
 </tr>
-<tr><td align="left" valign="top"><p><a class="link" href="constructible.html" title="Struct template constructible">constructible</a> may not be specialized and may not be passed to <a class="link" href="call_idp984806000.html" title="Function call">call</a> as it depends on the implementation details of <a class="link" href="any.html" title="Class template any">any</a>. </p></td></tr>
+<tr><td align="left" valign="top"><p><a class="link" href="constructible.html" title="Struct template constructible">constructible</a> may not be specialized and may not be passed to <a class="link" href="call_idp758660528.html" title="Function call">call</a> as it depends on the implementation details of <a class="link" href="any.html" title="Class template any">any</a>. </p></td></tr>
 </table></div>
 <p>
 </p>