forked from boostorg/type_traits
index.htm:
- Document is_stateless type trait [SVN r12563]
This commit is contained in:
10
index.htm
10
index.htm
@ -452,6 +452,16 @@ has.</p>
|
||||
</td>
|
||||
<td valign="top" width="5%"> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign="top" width="5%"> </td>
|
||||
<td valign="top" width="23%" bgcolor="#C0C0C0"><code>::boost::is_stateless<T>::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"> </td>
|
||||
<td valign="top" width="25%" bgcolor="#C0C0C0"><p
|
||||
align="center">PC</p>
|
||||
</td>
|
||||
<td valign="top" width="5%"> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
<td valign="top" bgcolor="#C0C0C0"><code>::boost::has_nothrow_constructor<T>::value</code></td>
|
||||
|
Reference in New Issue
Block a user