Files
boost_preprocessor/doc/ref/limit_seq.html

31 lines
635 B
HTML
Raw Normal View History

2002-10-13 05:47:23 +00:00
<html>
2002-11-07 23:39:29 +00:00
<head>
<title>BOOST_PP_LIMIT_SEQ</title>
<link rel="stylesheet" type="text/css" href="../styles.css">
</head>
<body>
<div style="margin-left: 0px;">
The <b>BOOST_PP_LIMIT_SEQ</b> macro defines the maximum <i>seq</i> size
supported by the library.
</div>
<h4>
Usage
</h4>
2002-10-13 05:47:23 +00:00
<div class="code">
2002-11-07 23:39:29 +00:00
<b>BOOST_PP_LIMIT_SEQ</b>
2002-10-13 05:47:23 +00:00
</div>
2002-11-07 23:39:29 +00:00
<h4>
Remarks
</h4>
2002-10-13 05:47:23 +00:00
<div>
This macro currently expands to <i>256</i>.
</div>
2002-11-07 23:39:29 +00:00
<h4>
Requirements
</h4>
2002-10-13 05:47:23 +00:00
<div>
<b>Header:</b> &nbsp;<a href="../headers/config/limits.hpp.html">&lt;boost/preprocessor/config/limits.hpp&gt;</a>
</div>
2002-11-07 23:39:29 +00:00
</body>
2002-10-13 05:47:23 +00:00
</html>