limit_unrolling.rst
来自「Boost provides free peer-reviewed portab」· RST 代码 · 共 44 行
RST
44 行
.. Macros/Configuration//BOOST_MPL_LIMIT_UNROLLING |70.. Copyright Aleksey Gurtovoy, David Abrahams 2007... Distributed under the Boost.. Software License, Version 1.0. (See accompanying.. file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)BOOST_MPL_LIMIT_UNROLLING=========================Synopsis--------.. parsed-literal:: #if !defined(BOOST_MPL_LIMIT_UNROLLING) # define BOOST_MPL_LIMIT_UNROLLING \\ |idic| \\ /\*\*/ #endifDescription-----------``BOOST_MPL_LIMIT_UNROLLING`` is an overridable configuration macro regulatingthe unrolling depth of the library's iteration algorithms. In this implementation of the library, ``BOOST_MPL_LIMIT_UNROLLING`` has a default value of 4. To override the default, define ``BOOST_MPL_LIMIT_UNROLLING`` to the desired value before including any library header. |preprocessed headers disclaimer|Example-------Except for overall library performace, overriding the ``BOOST_MPL_LIMIT_UNROLLING``\ 's default value has no user-observable effects.See also--------|Configuration|, |BOOST_MPL_CFG_NO_PREPROCESSED_HEADERS|
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?