mirror of
https://github.com/boostorg/preprocessor.git
synced 2025-07-15 21:42:08 +02:00
initial revision
[SVN r15198]
This commit is contained in:
19
docs.1/headers/punctuation/comma.hpp.html
Normal file
19
docs.1/headers/punctuation/comma.hpp.html
Normal file
@ -0,0 +1,19 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>punctuation/comma.hpp</title>
|
||||
<link rel="stylesheet" type="text/css" href="../../styles.css">
|
||||
</head>
|
||||
<body>
|
||||
<div style="margin-left: 0px;">
|
||||
The <b>punctuation/comma.hpp</b> header defines a macro that expands to a comma.
|
||||
</div>
|
||||
<h4>Usage</h4>
|
||||
<div class="code">
|
||||
#include <b><boost/preprocessor/punctuation/comma.hpp></b>
|
||||
</div>
|
||||
<h4>Contents</h4>
|
||||
<ul>
|
||||
<li><a href="../../ref/comma.html">BOOST_PP_COMMA</a></li>
|
||||
</ul>
|
||||
</body>
|
||||
</html>
|
19
docs.1/headers/punctuation/comma_if.hpp.html
Normal file
19
docs.1/headers/punctuation/comma_if.hpp.html
Normal file
@ -0,0 +1,19 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>punctuation/comma_if.hpp</title>
|
||||
<link rel="stylesheet" type="text/css" href="../../styles.css">
|
||||
</head>
|
||||
<body>
|
||||
<div style="margin-left: 0px;">
|
||||
The <b>punctuation/comma_if.hpp</b> header defines a macro that conditionally expands to a comma.
|
||||
</div>
|
||||
<h4>Usage</h4>
|
||||
<div class="code">
|
||||
#include <b><boost/preprocessor/punctuation/comma_if.hpp></b>
|
||||
</div>
|
||||
<h4>Contents</h4>
|
||||
<ul>
|
||||
<li><a href="../../ref/comma_if.html">BOOST_PP_COMMA_IF</a></li>
|
||||
</ul>
|
||||
</body>
|
||||
</html>
|
20
docs.1/headers/punctuation/paren.hpp.html
Normal file
20
docs.1/headers/punctuation/paren.hpp.html
Normal file
@ -0,0 +1,20 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>punctuation/paren.hpp</title>
|
||||
<link rel="stylesheet" type="text/css" href="../../styles.css">
|
||||
</head>
|
||||
<body>
|
||||
<div style="margin-left: 0px;">
|
||||
The <b>punctuation/paren.hpp</b> header defines macros that expand to left and right parentheses.
|
||||
</div>
|
||||
<h4>Usage</h4>
|
||||
<div class="code">
|
||||
#include <b><boost/preprocessor/punctuation/paren.hpp></b>
|
||||
</div>
|
||||
<h4>Contents</h4>
|
||||
<ul>
|
||||
<li><a href="../../ref/lparen.html">BOOST_PP_LPAREN</a></li>
|
||||
<li><a href="../../ref/rparen.html">BOOST_PP_RPAREN</a></li>
|
||||
</ul>
|
||||
</body>
|
||||
</html>
|
20
docs.1/headers/punctuation/paren_if.hpp.html
Normal file
20
docs.1/headers/punctuation/paren_if.hpp.html
Normal file
@ -0,0 +1,20 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>punctuation/paren_if.hpp</title>
|
||||
<link rel="stylesheet" type="text/css" href="../../styles.css">
|
||||
</head>
|
||||
<body>
|
||||
<div style="margin-left: 0px;">
|
||||
The <b>punctuation/paren_if.hpp</b> header defines macros that conditionally expand to left and right parentheses.
|
||||
</div>
|
||||
<h4>Usage</h4>
|
||||
<div class="code">
|
||||
#include <b><boost/preprocessor/punctuation/paren_if.hpp></b>
|
||||
</div>
|
||||
<h4>Contents</h4>
|
||||
<ul>
|
||||
<li><a href="../../ref/lparen_if.html">BOOST_PP_LPAREN_IF</a></li>
|
||||
<li><a href="../../ref/rparen_if.html">BOOST_PP_RPAREN_IF</a></li>
|
||||
</ul>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user