New reference

[SVN r12606]
This commit is contained in:
Vesa Karvonen
2002-01-31 15:36:01 +00:00
parent 2261c57310
commit b9fc39ddd5
134 changed files with 2746 additions and 7072 deletions

36
doc/reference/min.htm Normal file
View File

@ -0,0 +1,36 @@
<HTML><HEAD><TITLE>Boost PREPROCESSOR library</TITLE><BODY bgcolor="#FFFFFF">
<a href="index.htm"><IMG height=86 alt="c++boost.gif (8819 bytes)" src="../../../../c++boost.gif" width=277 align=center></a>
<hr>
<H1>#include &lt;<a href="../../../../boost/preprocessor/min.hpp">boost/preprocessor/min.hpp</a>&gt;</H1>
<hr>
<H2><a name="BOOST_PP_MIN">#define BOOST_PP_MIN</a>(X,Y)</H2>
<P>Expands to the minimum of X and Y.</P>
<P>For example, <a href="min.htm#BOOST_PP_MIN">BOOST_PP_MIN</a>(5,7) expands to 5 (a single token).</P>
<H3>Uses</H3>
<UL>
<LI><a href="while.htm#BOOST_PP_WHILE">BOOST_PP_WHILE</a>()
</UL>
<hr>
<H2><a name="BOOST_PREPROCESSOR_MIN">#define BOOST_PREPROCESSOR_MIN</a>(X,Y)</H2>
<P>Obsolete. Use <a href="min.htm#BOOST_PP_MIN">BOOST_PP_MIN</a>().</P>
<hr>
<p>(C) Copyright Housemarque Oy 2002</p>
<p>Permission to copy, use, modify, sell and distribute this document is granted
provided this copyright notice appears in all copies. This document is provided
"as is" without express or implied warranty, and with no claim as to its suitability
for any purpose.</p>
<p>Generated: <!--webbot bot="Timestamp" s-type="EDITED" s-format="%d %b %Y" startspan --><!--webbot bot="Timestamp" endspan i-checksum="15246" --></p>
</BODY></HTML>