mirror of
https://github.com/boostorg/function.git
synced 2025-07-23 17:37:14 +02:00
Ron Garcia suggested removal of the duplicate explanation of (bool)f/f.empty()
[SVN r10586]
This commit is contained in:
@ -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>
|
||||||
|
Reference in New Issue
Block a user