forked from boostorg/type_traits
Fixed is_scalar docs.
[SVN r17456]
This commit is contained in:
@ -302,7 +302,8 @@ categories.</p>
|
||||
<td valign="top" width="24%" bgcolor="#C0C0C0"><code>::boost::is_scalar<T>::value</code></td>
|
||||
<td valign="top" width="26%" bgcolor="#C0C0C0">Evaluates
|
||||
to true only if T is cv-qualified scalar type. That is an
|
||||
arithmetic, a pointer or a pointer to member type.</td>
|
||||
arithmetic, enumeration, pointer or a pointer to member
|
||||
type.</td>
|
||||
<td valign="top" width="15%" bgcolor="#C0C0C0"><p
|
||||
align="center">3.9p10</p>
|
||||
</td>
|
||||
|
Reference in New Issue
Block a user