Files
boost_preprocessor/doc/ref/limit_slot_sig.html

24 lines
652 B
HTML
Raw Normal View History

2002-10-03 22:13:37 +00:00
<html>
<head>
<title>BOOST_PP_LIMIT_SLOT_SIG</title>
<link rel="stylesheet" type="text/css" href="../styles.css">
</head>
<body>
<div style="margin-left: 0px;">
The <b>BOOST_PP_LIMIT_SLOT_SIG</b> macro defines the number of significant base-10 digits that can be evaluated by the <i>slot</i> mechanism.
</div>
<h4>Usage</h4>
<div class="code">
<b>BOOST_PP_LIMIT_SLOT_SIG</b>
</div>
<h4>Remarks</h4>
<div>
This macro currently expands to <i>10</i>.
</div>
<h4>Requirements</h4>
<div>
<b>Header:</b> &nbsp;<a href="../headers/config/limits.hpp.html">&lt;boost/preprocessor/config/limits.hpp&gt;</a>
</div>
</body>
</html>