macros.rst

来自「Boost provides free peer-reviewed portab」· RST 代码 · 共 24 行

RST
24
字号
.. 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)Being a *template* metaprogramming framework, the MPL concentrates on getting one thing done well and leaves most of the clearly preprocessor-related tasks to the corresponding specialized libraries [PRE]_, [Ve03]_. But whether we like it or not, macros playan important role on today's C++ metaprogramming, and some of the useful MPL-level functionality cannot be implemented without leaking its preprocessor-dependent implementation nature into the library's public interface. .. [PRE] Vesa Karvonen, Paul Mensonides,    `The Boost Preprocessor Metaprogramming library`____ http://www.boost.org/libs/preprocessor/doc/index.html.. [Ve03] Vesa Karvonen, `The Order Programming Language`, 2003.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?