Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/boost_1_34_1/libs/mpl/doc/refmanual/macros.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: 4.7 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: Macros</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="./void.html" class="navigation-link">Prev</a>&nbsp;<a href="./asserts.html" class="navigation-link">Next</a></span><span class="navigation-group-separator">&nbsp;|&nbsp;</span><span class="navigation-group"><a href="./data-types.html" class="navigation-link">Back</a>&nbsp;<a href="./terminology.html" class="navigation-link">Along</a></span><span class="navigation-group-separator">&nbsp;|&nbsp;</span><span class="navigation-group"><a href="../refmanual.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></td>
16</tr></table><div class="header-separator"></div>
17<div class="section" id="macros">
18<h1><a class="toc-backref" href="../refmanual.html#id509" name="macros">Macros</a></h1>
19<a class="target" id="label-macros" name="label-macros"></a><p>Being a <em>template</em> metaprogramming framework, the MPL concentrates on
20getting one thing done well and leaves most of the clearly
21preprocessor-related tasks to the corresponding specialized
22libraries <a class="citation-reference" href="#pre" id="id283" name="id283">[PRE]</a>, <a class="citation-reference" href="#ve03" id="id284" name="id284">[Ve03]</a>. But whether we like it or not, macros play
23an important role on today's C++ metaprogramming, and some of
24the useful MPL-level functionality cannot be implemented
25without leaking its preprocessor-dependent implementation
26nature into the library's public interface.</p>
27<table class="citation" frame="void" id="pre" rules="none">
28<colgroup><col class="label" /><col /></colgroup>
29<tbody valign="top">
30<tr><td class="label"><a class="fn-backref" href="#id283" name="pre">[PRE]</a></td><td>Vesa Karvonen, Paul Mensonides,
31<a class="reference" href="http://www.boost.org/libs/preprocessor/doc/index.html" target="_top">The Boost Preprocessor Metaprogramming library</a></td></tr>
32</tbody>
33</table>
34<table class="citation" frame="void" id="ve03" rules="none">
35<colgroup><col class="label" /><col /></colgroup>
36<tbody valign="top">
37<tr><td class="label"><a class="fn-backref" href="#id284" name="ve03">[Ve03]</a></td><td>Vesa Karvonen, <cite>The Order Programming Language</cite>, 2003.</td></tr>
38</tbody>
39</table>
40<!-- modtime: November 13, 2004 18:38:07 +0000 -->
41<ul class="toc simple" id="outline">
42<li><a class="reference" href="./asserts.html" id="id510" name="id510">Asserts</a></li>
43<li><a class="reference" href="./introspection.html" id="id515" name="id515">Introspection</a></li>
44<li><a class="reference" href="./configuration.html" id="id518" name="id518">Configuration</a></li>
45<li><a class="reference" href="./broken-compiler.html" id="id527" name="id527">Broken Compiler Workarounds</a></li>
46</ul>
47</div>
48
49<div class="footer-separator"></div>
50<table class="footer"><tr class="footer"><td class="header-group navigation-bar"><span class="navigation-group"><a href="./void.html" class="navigation-link">Prev</a>&nbsp;<a href="./asserts.html" class="navigation-link">Next</a></span><span class="navigation-group-separator">&nbsp;|&nbsp;</span><span class="navigation-group"><a href="./data-types.html" class="navigation-link">Back</a>&nbsp;<a href="./terminology.html" class="navigation-link">Along</a></span><span class="navigation-group-separator">&nbsp;|&nbsp;</span><span class="navigation-group"><a href="../refmanual.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>
51</tr></table></body>
52</html>
Note: See TracBrowser for help on using the repository browser.