mirror of
https://github.com/boostorg/preprocessor.git
synced 2025-07-05 16:56:34 +02:00
24 lines
600 B
HTML
24 lines
600 B
HTML
![]() |
<html>
|
||
|
<head>
|
||
|
<title>BOOST_PP_LIMIT_FOR</title>
|
||
|
<link rel="stylesheet" type="text/css" href="../styles.css">
|
||
|
</head>
|
||
|
<body>
|
||
|
<div style="margin-left: 0px;">
|
||
|
The <b>BOOST_PP_LIMIT_FOR</b> macro defines the maximum number of <b>BOOST_PP_FOR</b> repetitions.
|
||
|
</div>
|
||
|
<h4>Usage</h4>
|
||
|
<div class="code">
|
||
|
<b>BOOST_PP_LIMIT_FOR</b>
|
||
|
</div>
|
||
|
<h4>Remarks</h4>
|
||
|
<div>
|
||
|
This macro currently expands to <i>256</i>.
|
||
|
</div>
|
||
|
<h4>Requirements</h4>
|
||
|
<div>
|
||
|
<b>Header:</b> <a href="../headers/config/limits.hpp.html"><boost/preprocessor/config/limits.hpp></a>
|
||
|
</div>
|
||
|
</body>
|
||
|
</html>
|