forked from boostorg/preprocessor
21 lines
601 B
HTML
21 lines
601 B
HTML
<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>
|