Merge branch 'patch-1' of github.com:akrzemi1/utility into akrzemi1-patch-1

This commit is contained in:
Eric Niebler 2014-05-31 10:44:18 -07:00
commit 8e06104836

View File

@ -57,10 +57,7 @@ aliasing.
</TR> </TR>
<TR> <TR>
<TD VAlign=top>Validity Test</TD> <TD VAlign=top>Validity Test</TD>
<TD VAlign=top>&nbsp;<tt>t</tt><br> <TD VAlign=top>&nbsp;<tt>bool(t)</tt></TD>
&nbsp;<tt>t != 0</tt><br>
&nbsp;<tt>!!t</tt>
</TD>
<TD VAlign=top>&nbsp;bool </TD> <TD VAlign=top>&nbsp;bool </TD>
<TD VAlign=top>If the pointee is valid returns true.<br> <TD VAlign=top>If the pointee is valid returns true.<br>
If the pointee is invalid returns false.</TD> If the pointee is invalid returns false.</TD>
@ -68,9 +65,7 @@ aliasing.
</TR> </TR>
<TR> <TR>
<TD VAlign=top>Invalidity Test</TD> <TD VAlign=top>Invalidity Test</TD>
<TD VAlign=top>&nbsp;<tt>t == 0</tt><br> <TD VAlign=top>&nbsp;<tt>!t</tt></TD>
&nbsp;<tt>!t</tt>
</TD>
<TD VAlign=top>&nbsp;bool </TD> <TD VAlign=top>&nbsp;bool </TD>
<TD VAlign=top>If the pointee is valid returns false.<br> <TD VAlign=top>If the pointee is valid returns false.<br>
If the pointee is invalid returns true.</TD> If the pointee is invalid returns true.</TD>
@ -161,4 +156,4 @@ so direct usage of relational operators with the implied aliasing of shallow sem
<a href="http://www.boost.org/LICENSE_1_0.txt">www.boost.org/LICENSE_1_0.txt</a></p> <a href="http://www.boost.org/LICENSE_1_0.txt">www.boost.org/LICENSE_1_0.txt</a></p>
</BODY> </BODY>
</HTML> </HTML>