Ron Garcia suggested removal of the duplicate explanation of (bool)f/f.empty()

[SVN r10586]
This commit is contained in:
Douglas Gregor
2001-07-10 21:56:02 +00:00
parent 93ad5963c9
commit e28a833db5

View File

@ -131,7 +131,7 @@ f.clear();</pre></td>
<td><pre> <td><pre>
(bool)f (bool)f
!f.empty()</pre></td> !f.empty()</pre></td>
<td>True if <code>f</code> has no target. The conversion to <code>bool</code> evaluates true if a target exists, whereas <code>empty()</code> returns true if no target exists.</td> <td>The conversion to <code>bool</code> evaluates true if a target exists, whereas <code>empty()</code> returns true if no target exists.</td>
</tr> </tr>
<tr> <tr>
<td><pre>f(a1, a2, ..., aN)</pre></td> <td><pre>f(a1, a2, ..., aN)</pre></td>