forked from boostorg/preprocessor
initial revision
[SVN r15204]
This commit is contained in:
@ -289,7 +289,6 @@
|
||||
<li class="ps"><a href="headers/comparison/less_equal.hpp.html">less_equal.hpp</a></li>
|
||||
<li class="ps"><a href="headers/comparison/not_equal.hpp.html">not_equal.hpp</a></li>
|
||||
<li>config/</li>
|
||||
<li class="ps"><a href="headers/config/config.hpp.html">config.hpp</a></li>
|
||||
<li class="ps"><a href="headers/config/limits.hpp.html">limits.hpp</a></li>
|
||||
<li><a href="headers/control.hpp.html">control.hpp</a></li>
|
||||
<li>control/</li>
|
||||
|
19
docs.1/headers/control/expr_if.hpp.html
Normal file
19
docs.1/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
docs.1/headers/control/expr_iif.hpp.html
Normal file
19
docs.1/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
docs.1/headers/control/if.hpp.html
Normal file
19
docs.1/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
docs.1/headers/control/iif.hpp.html
Normal file
19
docs.1/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
docs.1/headers/control/while.hpp.html
Normal file
20
docs.1/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