Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/boost_1_34_1/libs/mpl/doc/refmanual/limit-unrolling.html @ 29

Last change on this file since 29 was 29, checked in by landauf, 17 years ago

updated boost from 1_33_1 to 1_34_1

File size: 5.3 KB
Line 
1<?xml version="1.0" encoding="utf-8" ?>
2<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
4<!-- Copyright Aleksey Gurtovoy 2006. Distributed under the Boost -->
5<!-- Software License, Version 1.0. (See accompanying -->
6<!-- file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) -->
7<head>
8<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
9<meta name="generator" content="Docutils 0.3.6: http://docutils.sourceforge.net/" />
10<title>The MPL Reference Manual: BOOST_MPL_LIMIT_UNROLLING</title>
11<link rel="stylesheet" href="../style.css" type="text/css" />
12</head>
13<body class="docframe refmanual">
14<table class="header"><tr class="header"><td class="header-group navigation-bar"><span class="navigation-group"><a href="./limit-map-size.html" class="navigation-link">Prev</a>&nbsp;<a href="./broken-compiler.html" class="navigation-link">Next</a></span><span class="navigation-group-separator">&nbsp;|&nbsp;</span><span class="navigation-group"><a href="./limit-map-size.html" class="navigation-link">Back</a>&nbsp;Along</span><span class="navigation-group-separator">&nbsp;|&nbsp;</span><span class="navigation-group"><a href="./configuration.html" class="navigation-link">Up</a>&nbsp;<a href="../refmanual.html" class="navigation-link">Home</a></span><span class="navigation-group-separator">&nbsp;|&nbsp;</span><span class="navigation-group"><a href="./refmanual_toc.html" class="navigation-link">Full TOC</a></span></td>
15<td class="header-group page-location"><a href="../refmanual.html" class="navigation-link">Front Page</a> / <a href="./macros.html" class="navigation-link">Macros</a> / <a href="./configuration.html" class="navigation-link">Configuration</a> / <a href="./limit-unrolling.html" class="navigation-link">BOOST_MPL_LIMIT_UNROLLING</a></td>
16</tr></table><div class="header-separator"></div>
17<div class="section" id="limit-unrolling">
18<h1><a class="toc-backref" href="./configuration.html#id526" name="limit-unrolling">BOOST_MPL_LIMIT_UNROLLING</a></h1>
19<div class="section" id="id311">
20<h3><a class="subsection-title" href="#synopsis" name="synopsis">Synopsis</a></h3>
21<pre class="literal-block">
22#if !defined(<a href="./limit-unrolling.html" class="identifier">BOOST_MPL_LIMIT_UNROLLING</a>)
23#   define <a href="./limit-unrolling.html" class="identifier">BOOST_MPL_LIMIT_UNROLLING</a> \
24        <em>implementation-defined integral constant</em> \
25/**/
26#endif
27</pre>
28</div>
29<div class="section" id="id312">
30<h3><a class="subsection-title" href="#description" name="description">Description</a></h3>
31<p><tt class="literal"><span class="pre"><a href="./limit-unrolling.html" class="identifier">BOOST_MPL_LIMIT_UNROLLING</a></span></tt> is an overridable configuration macro regulating
32the unrolling depth of the library's iteration algorithms. In this implementation
33of the library, <tt class="literal"><span class="pre"><a href="./limit-unrolling.html" class="identifier">BOOST_MPL_LIMIT_UNROLLING</a></span></tt> has a default value of 4. To
34override the default, define <tt class="literal"><span class="pre"><a href="./limit-unrolling.html" class="identifier">BOOST_MPL_LIMIT_UNROLLING</a></span></tt> to the desired
35value before including any library header.
36[<em>Note:</em> Overriding will take effect
37<em>only</em> if the library is configured not to use <a class="reference" href="./cfg-no-preprocessed.html">preprocessed headers</a>. See
38<a class="refentry reference" href="./cfg-no-preprocessed.html"><tt class="refentry literal"><span class="pre">BOOST_MPL_CFG_NO_PREPROCESSED_HEADERS</span></tt></a> for more information. — <em>end note</em>]</p>
39</div>
40<div class="section" id="id313">
41<h3><a class="subsection-title" href="#example" name="example">Example</a></h3>
42<p>Except for overall library performace, overriding the
43<tt class="literal"><span class="pre"><a href="./limit-unrolling.html" class="identifier">BOOST_MPL_LIMIT_UNROLLING</a></span></tt>'s default value has no user-observable effects.</p>
44</div>
45<div class="section" id="id314">
46<h3><a class="subsection-title" href="#see-also" name="see-also">See also</a></h3>
47<p><a class="reference" href="./configuration.html">Configuration</a>, <a class="refentry reference" href="./cfg-no-preprocessed.html"><tt class="refentry literal"><span class="pre">BOOST_MPL_CFG_NO_PREPROCESSED_HEADERS</span></tt></a></p>
48<!-- modtime: November 10, 2004 04:38:24 +0000 -->
49</div>
50</div>
51
52<div class="footer-separator"></div>
53<table class="footer"><tr class="footer"><td class="header-group navigation-bar"><span class="navigation-group"><a href="./limit-map-size.html" class="navigation-link">Prev</a>&nbsp;<a href="./broken-compiler.html" class="navigation-link">Next</a></span><span class="navigation-group-separator">&nbsp;|&nbsp;</span><span class="navigation-group"><a href="./limit-map-size.html" class="navigation-link">Back</a>&nbsp;Along</span><span class="navigation-group-separator">&nbsp;|&nbsp;</span><span class="navigation-group"><a href="./configuration.html" class="navigation-link">Up</a>&nbsp;<a href="../refmanual.html" class="navigation-link">Home</a></span><span class="navigation-group-separator">&nbsp;|&nbsp;</span><span class="navigation-group"><a href="./refmanual_toc.html" class="navigation-link">Full TOC</a></span></td>
54</tr></table></body>
55</html>
Note: See TracBrowser for help on using the repository browser.