forked from boostorg/type_traits
Updated add_pointer docs.
[SVN r13243]
This commit is contained in:
@ -682,8 +682,8 @@ transformation to the template argument T:</p>
|
||||
<td valign="top" width="28%" bgcolor="#C0C0C0">If "t"
|
||||
is an instance of T, then add_pointer<T>::type is
|
||||
the type returned by "&t". For example
|
||||
"int", "int&", "int[2]"
|
||||
and "int (&)[2]" all become "int*".</td>
|
||||
"int" and "int&" both become
|
||||
"int*".</td>
|
||||
<td valign="top" width="13%" bgcolor="#C0C0C0">8.3.1</td>
|
||||
<td width="25%" bgcolor="#C0C0C0"><p align="center">P</p>
|
||||
</td>
|
||||
|
Reference in New Issue
Block a user