]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/mpl/doc/refmanual/terminology.html
add subtree-ish sources for 12.0.3
[ceph.git] / ceph / src / boost / libs / mpl / doc / refmanual / terminology.html
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: Terminology</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="./aux-lambda-support.html" class="navigation-link">Prev</a>&nbsp;<a href="./categorized-index.html" class="navigation-link">Next</a></span><span class="navigation-group-separator">&nbsp;|&nbsp;</span><span class="navigation-group"><a href="./macros.html" class="navigation-link">Back</a>&nbsp;<a href="./categorized-index.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>
12 <td class="header-group page-location"><a href="../refmanual.html" class="navigation-link">Front Page</a> / <a href="./terminology.html" class="navigation-link">Terminology</a></td>
13 </tr></table><div class="header-separator"></div>
14 <div class="section" id="terminology">
15 <h1><a class="toc-backref" href="../refmanual.html#id1610">Terminology</a></h1>
16 <dl class="docutils" id="overloaded-name">
17 <span id="label-terminology"></span><dt>Overloaded name</dt>
18 <dd>Overloaded name is a term used in this reference documentation to designate
19 a metafunction providing more than one public interface. In reality,
20 class template overloading is nonexistent and the referenced functionality
21 is implemented by other, unspecified, means.</dd>
22 </dl>
23 <dl class="docutils" id="concept-identical">
24 <dt>Concept-identical</dt>
25 <dd>A sequence <tt class="literal"><span class="pre">s1</span></tt> is said to be concept-identical to a sequence <tt class="literal"><span class="pre">s2</span></tt> if
26 <tt class="literal"><span class="pre">s1</span></tt> and <tt class="literal"><span class="pre">s2</span></tt> model the exact same set of concepts.</dd>
27 </dl>
28 <dl class="docutils" id="bind-expression">
29 <dt>Bind expression</dt>
30 <dd><p class="first">A bind expression is simply that — an instantiation of one of the <a class="reference internal" href="./bind.html">bind</a>
31 class templates. For instance, these are all bind expressions:</p>
32 <pre class="literal-block">
33 <a href="./bind.html" class="identifier">bind</a>&lt; quote3&lt;<a href="./if.html" class="identifier">if_</a>&gt;, <a href="./placeholders.html" class="identifier">_1</a>,int,long &gt;
34 <a href="./bind.html" class="identifier">bind</a>&lt; <a href="./placeholders.html" class="identifier">_1</a>, <a href="./bind.html" class="identifier">bind</a>&lt; <a href="./plus.html" class="identifier">plus</a>&lt;&gt;, <a href="./int.html" class="identifier">int_</a>&lt;5&gt;, <a href="./placeholders.html" class="identifier">_2</a>&gt; &gt;
35 <a href="./bind.html" class="identifier">bind</a>&lt; <a href="./times.html" class="identifier">times</a>&lt;&gt;, <a href="./int.html" class="identifier">int_</a>&lt;2&gt;, <a href="./int.html" class="identifier">int_</a>&lt;2&gt; >
36 </pre>
37 <p>and these are not:</p>
38 <pre class="last literal-block">
39 <a href="./if.html" class="identifier">if_</a>&lt; <a href="./placeholders.html" class="identifier">_1</a>, <a href="./bind.html" class="identifier">bind</a>&lt; <a href="./plus.html" class="identifier">plus</a>&lt;&gt;, <a href="./int.html" class="identifier">int_</a>&lt;5&gt;, <a href="./placeholders.html" class="identifier">_2</a>&gt;, <a href="./placeholders.html" class="identifier">_2</a> &gt;
40 <a href="./protect.html" class="identifier">protect</a>&lt; <a href="./bind.html" class="identifier">bind</a>&lt; quote3&lt;<a href="./if.html" class="identifier">if_</a>&gt;, <a href="./placeholders.html" class="identifier">_1</a>,int,long &gt; &gt;
41 <a href="./placeholders.html" class="identifier">_2</a>
42 </pre>
43 </dd>
44 </dl>
45 </div>
46
47 <div class="footer-separator"></div>
48 <table class="footer"><tr class="footer"><td class="header-group navigation-bar"><span class="navigation-group"><a href="./aux-lambda-support.html" class="navigation-link">Prev</a>&nbsp;<a href="./categorized-index.html" class="navigation-link">Next</a></span><span class="navigation-group-separator">&nbsp;|&nbsp;</span><span class="navigation-group"><a href="./macros.html" class="navigation-link">Back</a>&nbsp;<a href="./categorized-index.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>
49 <td><div class="copyright-footer"><div class="copyright">Copyright © 2001-2009 Aleksey Gurtovoy and David Abrahams</div>
50 Distributed under the Boost Software License, Version 1.0. (See accompanying
51 file 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>
52 </html>