mirror of
https://github.com/boostorg/preprocessor.git
synced 2025-07-05 00:36:31 +02:00
25 lines
607 B
HTML
25 lines
607 B
HTML
<html>
|
|
<head>
|
|
<title>BOOST_PP_LIMIT_DIM</title>
|
|
<link rel="stylesheet" type="text/css" href="../styles.css">
|
|
|
|
</head>
|
|
<body>
|
|
<div style="margin-left: 0px;">
|
|
The <b>BOOST_PP_LIMIT_DIM</b> macro defines the maximum number of available <b>BOOST_PP_REPEAT</b> dimensions.
|
|
</div>
|
|
<h4>Usage</h4>
|
|
<div class="code">
|
|
<b>BOOST_PP_LIMIT_DIM</b>
|
|
</div>
|
|
<h4>Remarks</h4>
|
|
<div>
|
|
This macro currently expands to <i>3</i>.
|
|
</div>
|
|
<h4>Requirements</h4>
|
|
<div>
|
|
<b>Header:</b> <a href="../headers/config/limits.html"><boost/preprocessor/config/limits.hpp></a>
|
|
</div>
|
|
</body>
|
|
</html>
|