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<head> 5<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 6<meta name="generator" content="Docutils 0.7: http://docutils.sourceforge.net/" /> 7<title>The MPL Reference Manual: BOOST_MPL_LIMIT_STRING_SIZE</title> 8<link rel="stylesheet" href="../style.css" type="text/css" /> 9</head> 10<body class="docframe refmanual"> 11<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> <a href="./limit-unrolling.html" class="navigation-link">Next</a></span><span class="navigation-group-separator"> | </span><span class="navigation-group"><a href="./limit-map-size.html" class="navigation-link">Back</a> <a href="./limit-unrolling.html" class="navigation-link">Along</a></span><span class="navigation-group-separator"> | </span><span class="navigation-group"><a href="./configuration.html" class="navigation-link">Up</a> <a href="../refmanual.html" class="navigation-link">Home</a></span><span class="navigation-group-separator"> | </span><span class="navigation-group"><a href="./refmanual_toc.html" class="navigation-link">Full TOC</a></span></td> 12<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-string-size.html" class="navigation-link">BOOST_MPL_LIMIT_STRING_SIZE</a></td> 13</tr></table><div class="header-separator"></div> 14<div class="section" id="boost-mpl-limit-string-size"> 15<h1><a class="toc-backref" href="./configuration.html#id1606">BOOST_MPL_LIMIT_STRING_SIZE</a></h1> 16<div class="section" id="id1376"> 17<h3><a class="subsection-title" href="#synopsis" name="synopsis">Synopsis</a></h3> 18<pre class="literal-block"> 19#if !defined(<a href="./limit-string-size.html" class="identifier">BOOST_MPL_LIMIT_STRING_SIZE</a>) 20# define <a href="./limit-string-size.html" class="identifier">BOOST_MPL_LIMIT_STRING_SIZE</a> \ 21 <em>implementation-defined integral constant</em> \ 22/**/ 23#endif 24</pre> 25</div> 26<div class="section" id="id1377"> 27<h3><a class="subsection-title" href="#description" name="description">Description</a></h3> 28<p><tt class="literal"><span class="pre"><a href="./limit-string-size.html" class="identifier">BOOST_MPL_LIMIT_STRING_SIZE</a></span></tt> is an overridable configuration macro regulating 29the maximum arity of the <tt class="literal"><span class="pre"><a href="./string.html" class="identifier">string</a></span></tt>'s <a class="reference internal" href="./variadic-sequence.html">variadic forms</a>. In this 30implementation of the library, <tt class="literal"><span class="pre"><a href="./limit-string-size.html" class="identifier">BOOST_MPL_LIMIT_STRING_SIZE</a></span></tt> has a default value 31of 32. To override the default limit, define <tt class="literal"><span class="pre"><a href="./limit-string-size.html" class="identifier">BOOST_MPL_LIMIT_STRING_SIZE</a></span></tt> to 32the desired maximum arity before including any library header.</p> 33</div> 34<div class="section" id="id1378"> 35<h3><a class="subsection-title" href="#example" name="example">Example</a></h3> 36<pre class="literal-block"> 37#define <a href="./limit-string-size.html" class="identifier">BOOST_MPL_LIMIT_STRING_SIZE</a> 8 38<tt class="literal"><span class="pre">#</span></tt>include <boost/mpl/<a href="./string.html" class="identifier">string</a>.hpp> 39 40using namespace boost::mpl; 41 42typedef <a href="./string.html" class="identifier">string</a><'a'> s_1; 43typedef <a href="./string.html" class="identifier">string</a><'abcd','efgh'> s_8; 44// typedef <a href="./string.html" class="identifier">string</a><'abcd','efgh','i'> s_9; // error! 45</pre> 46</div> 47<div class="section" id="id1379"> 48<h3><a class="subsection-title" href="#see-also" name="see-also">See also</a></h3> 49<p><a class="reference internal" href="./configuration.html">Configuration</a>, <a class="reference internal" href="./limit-vector-size.html">BOOST_MPL_LIMIT_VECTOR_SIZE</a></p> 50<!-- Macros/Configuration//BOOST_MPL_LIMIT_UNROLLING |70 --> 51</div> 52</div> 53 54<div class="footer-separator"></div> 55<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> <a href="./limit-unrolling.html" class="navigation-link">Next</a></span><span class="navigation-group-separator"> | </span><span class="navigation-group"><a href="./limit-map-size.html" class="navigation-link">Back</a> <a href="./limit-unrolling.html" class="navigation-link">Along</a></span><span class="navigation-group-separator"> | </span><span class="navigation-group"><a href="./configuration.html" class="navigation-link">Up</a> <a href="../refmanual.html" class="navigation-link">Home</a></span><span class="navigation-group-separator"> | </span><span class="navigation-group"><a href="./refmanual_toc.html" class="navigation-link">Full TOC</a></span></td> 56<td><div class="copyright-footer"><div class="copyright">Copyright © 2009 Eric Niebler</div> 57Distributed under the Boost Software License, Version 1.0. (See accompanying 58file LICENSE_1_0.txt or copy at <a class="reference external" href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)</div></td></tr></table></body> 59</html> 60