index.htm:

- Document is_stateless type trait


[SVN r12563]
This commit is contained in:
Douglas Gregor
2002-01-30 03:38:17 +00:00
parent 964ec6c642
commit b270745d4a

View File

@ -452,6 +452,16 @@ has.</p>
</td>
<td valign="top" width="5%">&nbsp;</td>
</tr>
<tr>
<td valign="top" width="5%">&nbsp;</td>
<td valign="top" width="23%" bgcolor="#C0C0C0"><code>::boost::is_stateless&lt;T&gt;::value</code></td>
<td valign="top" width="28%" bgcolor="#C0C0C0">True if T is stateless, meaning that T has no storage and its constructors and destructors are trivial.</td>
<td valign="top" width="13%" bgcolor="#C0C0C0">&nbsp;</td>
<td valign="top" width="25%" bgcolor="#C0C0C0"><p
align="center">PC</p>
</td>
<td valign="top" width="5%">&nbsp;</td>
</tr>
<tr>
<td>&nbsp;</td>
<td valign="top" bgcolor="#C0C0C0"><code>::boost::has_nothrow_constructor&lt;T&gt;::value</code></td>