forked from boostorg/type_traits
Updated docs to include add_cv.
[SVN r13120]
This commit is contained in:
13
index.htm
13
index.htm
@ -452,7 +452,9 @@ has.</p>
|
||||
<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="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>
|
||||
@ -705,6 +707,15 @@ transformation to the template argument T:</p>
|
||||
<td valign="top" bgcolor="#C0C0C0"> </td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
<td valign="top" bgcolor="#C0C0C0"><code>::boost::add_cv<T>::type</code></td>
|
||||
<td valign="top" bgcolor="#C0C0C0">The same as "T
|
||||
const volatile" for all T.</td>
|
||||
<td valign="top" bgcolor="#C0C0C0">3.9.3</td>
|
||||
<td bgcolor="#C0C0C0"> </td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<p>As the table above indicates, support for partial
|
||||
|
Reference in New Issue
Block a user