mirror of
https://github.com/boostorg/preprocessor.git
synced 2025-07-04 16:26:35 +02:00
HTML fix
[SVN r12608]
This commit is contained in:
@ -9,7 +9,7 @@
|
|||||||
<hr>
|
<hr>
|
||||||
|
|
||||||
<H2><a name="BOOST_PP_GREATER">#define BOOST_PP_GREATER</a>(X,Y)</H2>
|
<H2><a name="BOOST_PP_GREATER">#define BOOST_PP_GREATER</a>(X,Y)</H2>
|
||||||
<P>Expands to 1 if X>Y and 0 otherwise.</P>
|
<P>Expands to 1 if X>Y and 0 otherwise.</P>
|
||||||
|
|
||||||
<H3>Uses</H3>
|
<H3>Uses</H3>
|
||||||
<UL>
|
<UL>
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
<hr>
|
<hr>
|
||||||
|
|
||||||
<H2><a name="BOOST_PP_GREATER_EQUAL">#define BOOST_PP_GREATER_EQUAL</a>(X,Y)</H2>
|
<H2><a name="BOOST_PP_GREATER_EQUAL">#define BOOST_PP_GREATER_EQUAL</a>(X,Y)</H2>
|
||||||
<P>Expands to 1 if X>=Y and 0 otherwise.</P>
|
<P>Expands to 1 if X>=Y and 0 otherwise.</P>
|
||||||
|
|
||||||
<H3>Uses</H3>
|
<H3>Uses</H3>
|
||||||
<UL>
|
<UL>
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
<hr>
|
<hr>
|
||||||
|
|
||||||
<H2><a name="BOOST_PP_LESS">#define BOOST_PP_LESS</a>(X,Y)</H2>
|
<H2><a name="BOOST_PP_LESS">#define BOOST_PP_LESS</a>(X,Y)</H2>
|
||||||
<P>Expands to 1 if X<Y and 0 otherwise.</P>
|
<P>Expands to 1 if X<Y and 0 otherwise.</P>
|
||||||
|
|
||||||
<H3>Uses</H3>
|
<H3>Uses</H3>
|
||||||
<UL>
|
<UL>
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
<hr>
|
<hr>
|
||||||
|
|
||||||
<H2><a name="BOOST_PP_LESS_EQUAL">#define BOOST_PP_LESS_EQUAL</a>(X,Y)</H2>
|
<H2><a name="BOOST_PP_LESS_EQUAL">#define BOOST_PP_LESS_EQUAL</a>(X,Y)</H2>
|
||||||
<P>Expands to 1 if X<=Y and 0 otherwise.</P>
|
<P>Expands to 1 if X<=Y and 0 otherwise.</P>
|
||||||
|
|
||||||
<H3>Uses</H3>
|
<H3>Uses</H3>
|
||||||
<UL>
|
<UL>
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
|
|
||||||
#include <boost/preprocessor/comparison/less.hpp>
|
#include <boost/preprocessor/comparison/less.hpp>
|
||||||
|
|
||||||
/** <P>Expands to 1 if X>Y and 0 otherwise.</P>
|
/** <P>Expands to 1 if X>Y and 0 otherwise.</P>
|
||||||
|
|
||||||
<H3>Uses</H3>
|
<H3>Uses</H3>
|
||||||
<UL>
|
<UL>
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
|
|
||||||
#include <boost/preprocessor/comparison/less_equal.hpp>
|
#include <boost/preprocessor/comparison/less_equal.hpp>
|
||||||
|
|
||||||
/** <P>Expands to 1 if X>=Y and 0 otherwise.</P>
|
/** <P>Expands to 1 if X>=Y and 0 otherwise.</P>
|
||||||
|
|
||||||
<H3>Uses</H3>
|
<H3>Uses</H3>
|
||||||
<UL>
|
<UL>
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
#include <boost/preprocessor/comparison/not_equal.hpp>
|
#include <boost/preprocessor/comparison/not_equal.hpp>
|
||||||
#include <boost/preprocessor/logical/and.hpp>
|
#include <boost/preprocessor/logical/and.hpp>
|
||||||
|
|
||||||
/** <P>Expands to 1 if X<Y and 0 otherwise.</P>
|
/** <P>Expands to 1 if X<Y and 0 otherwise.</P>
|
||||||
|
|
||||||
<H3>Uses</H3>
|
<H3>Uses</H3>
|
||||||
<UL>
|
<UL>
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
#include <boost/preprocessor/arithmetic/sub.hpp>
|
#include <boost/preprocessor/arithmetic/sub.hpp>
|
||||||
#include <boost/preprocessor/logical/not.hpp>
|
#include <boost/preprocessor/logical/not.hpp>
|
||||||
|
|
||||||
/** <P>Expands to 1 if X<=Y and 0 otherwise.</P>
|
/** <P>Expands to 1 if X<=Y and 0 otherwise.</P>
|
||||||
|
|
||||||
<H3>Uses</H3>
|
<H3>Uses</H3>
|
||||||
<UL>
|
<UL>
|
||||||
|
Reference in New Issue
Block a user