mirror of
https://github.com/boostorg/preprocessor.git
synced 2025-07-15 13:36:33 +02:00
32 lines
997 B
HTML
32 lines
997 B
HTML
<html>
|
|
<head>
|
|
<title>BOOST_PP_LIMIT_BOOL</title>
|
|
<link rel="stylesheet" type="text/css" href="../styles.css">
|
|
<script language="javascript" type="text/javascript" src="../scripts.js"></script>
|
|
</head>
|
|
<body>
|
|
<div style="margin-left: 0px;">
|
|
The <b>BOOST_PP_LIMIT_BOOL</b> macro defines the maximum integer value that can be passed to <b>BOOST_PP_BOOL</b>.
|
|
</div>
|
|
<h4>Usage</h4>
|
|
<div class="code">
|
|
<b>BOOST_PP_LIMIT_BOOL</b>
|
|
</div>
|
|
<h4>Remarks</h4>
|
|
<div>
|
|
If <b>BOOST_PP_CONFIG_FLAGS</b> does not include <b>BOOST_PP_CONFIG_EDG</b>,
|
|
this macro expands to <b>BOOST_PP_INFINITY</b>.
|
|
Otherwise it expands to <b>BOOST_PP_LIMIT_MAG</b>.
|
|
</div>
|
|
<h4>See Also</h4>
|
|
<ul>
|
|
<li><a href="infinity.html">BOOST_PP_INFINITY</a></li>
|
|
<li><a href="limit_mag.html">BOOST_PP_LIMIT_MAG</a></li>
|
|
</ul>
|
|
<h4>Requirements</h4>
|
|
<div>
|
|
<b>Header:</b> <a href="../headers/config/limits.hpp.html"><boost/preprocessor/config/limits.hpp></a>
|
|
</div>
|
|
</body>
|
|
</html>
|