forked from boostorg/preprocessor
lib cleanup
[SVN r15696]
This commit is contained in:
19
doc/headers/control/deduce_d.hpp.html
Normal file
19
doc/headers/control/deduce_d.hpp.html
Normal file
@ -0,0 +1,19 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>control/deduce_d.hpp</title>
|
||||
<link rel="stylesheet" type="text/css" href="../../styles.css">
|
||||
</head>
|
||||
<body>
|
||||
<div style="margin-left: 0px;">
|
||||
The <b>control/deduce_d.hpp</b> header defines a macro to manually deduce the current state of the <b>BOOST_PP_WHILE</b> construct.
|
||||
</div>
|
||||
<h4>Usage</h4>
|
||||
<div class="code">
|
||||
#include <b><boost/preprocessor/control/deduce_d.hpp></b>
|
||||
</div>
|
||||
<h4>Contents</h4>
|
||||
<ul>
|
||||
<li><a href="../../ref/deduce_d.html">BOOST_PP_DEDUCE_D</a></li>
|
||||
</ul>
|
||||
</body>
|
||||
</html>
|
19
doc/headers/control/expr_if.hpp.html
Normal file
19
doc/headers/control/expr_if.hpp.html
Normal file
@ -0,0 +1,19 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>control/expr_if.hpp</title>
|
||||
<link rel="stylesheet" type="text/css" href="../../styles.css">
|
||||
</head>
|
||||
<body>
|
||||
<div style="margin-left: 0px;">
|
||||
The <b>control/expr_if.hpp</b> header defines a macro that expands to an expression selectively.
|
||||
</div>
|
||||
<h4>Usage</h4>
|
||||
<div class="code">
|
||||
#include <b><boost/preprocessor/control/expr_if.hpp></b>
|
||||
</div>
|
||||
<h4>Contents</h4>
|
||||
<ul>
|
||||
<li><a href="../../ref/expr_if.html">BOOST_PP_EXPR_IF</a></li>
|
||||
</ul>
|
||||
</body>
|
||||
</html>
|
19
doc/headers/control/expr_iif.hpp.html
Normal file
19
doc/headers/control/expr_iif.hpp.html
Normal file
@ -0,0 +1,19 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>control/expr_iif.hpp</title>
|
||||
<link rel="stylesheet" type="text/css" href="../../styles.css">
|
||||
</head>
|
||||
<body>
|
||||
<div style="margin-left: 0px;">
|
||||
The <b>control/expr_iif.hpp</b> header defines a macro that expands to an expression selectively.
|
||||
</div>
|
||||
<h4>Usage</h4>
|
||||
<div class="code">
|
||||
#include <b><boost/preprocessor/control/expr_iif.hpp></b>
|
||||
</div>
|
||||
<h4>Contents</h4>
|
||||
<ul>
|
||||
<li><a href="../../ref/expr_iif.html">BOOST_PP_EXPR_IIF</a></li>
|
||||
</ul>
|
||||
</body>
|
||||
</html>
|
19
doc/headers/control/if.hpp.html
Normal file
19
doc/headers/control/if.hpp.html
Normal file
@ -0,0 +1,19 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>control/if.hpp</title>
|
||||
<link rel="stylesheet" type="text/css" href="../../styles.css">
|
||||
</head>
|
||||
<body>
|
||||
<div style="margin-left: 0px;">
|
||||
The <b>control/if.hpp</b> header defines a macro that chooses between two alternatives.
|
||||
</div>
|
||||
<h4>Usage</h4>
|
||||
<div class="code">
|
||||
#include <b><boost/preprocessor/control/if.hpp></b>
|
||||
</div>
|
||||
<h4>Contents</h4>
|
||||
<ul>
|
||||
<li><a href="../../ref/if.html">BOOST_PP_IF</a></li>
|
||||
</ul>
|
||||
</body>
|
||||
</html>
|
19
doc/headers/control/iif.hpp.html
Normal file
19
doc/headers/control/iif.hpp.html
Normal file
@ -0,0 +1,19 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>control/iif.hpp</title>
|
||||
<link rel="stylesheet" type="text/css" href="../../styles.css">
|
||||
</head>
|
||||
<body>
|
||||
<div style="margin-left: 0px;">
|
||||
The <b>control/iif.hpp</b> header defines a macro that chooses between two alternatives.
|
||||
</div>
|
||||
<h4>Usage</h4>
|
||||
<div class="code">
|
||||
#include <b><boost/preprocessor/control/iif.hpp></b>
|
||||
</div>
|
||||
<h4>Contents</h4>
|
||||
<ul>
|
||||
<li><a href="../../ref/iif.html">BOOST_PP_IIF</a></li>
|
||||
</ul>
|
||||
</body>
|
||||
</html>
|
20
doc/headers/control/while.hpp.html
Normal file
20
doc/headers/control/while.hpp.html
Normal file
@ -0,0 +1,20 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>control/while.hpp</title>
|
||||
<link rel="stylesheet" type="text/css" href="../../styles.css">
|
||||
</head>
|
||||
<body>
|
||||
<div style="margin-left: 0px;">
|
||||
The <b>control/while.hpp</b> header defines a looping contruct.
|
||||
</div>
|
||||
<h4>Usage</h4>
|
||||
<div class="code">
|
||||
#include <b><boost/preprocessor/control/while.hpp></b>
|
||||
</div>
|
||||
<h4>Contents</h4>
|
||||
<ul>
|
||||
<li><a href="../../ref/while.html">BOOST_PP_WHILE</a></li>
|
||||
<li><a href="../../ref/while_d.html">BOOST_PP_WHILE_<i>d</i></a></li>
|
||||
</ul>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user