1 | <html> |
---|
2 | <head> |
---|
3 | <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> |
---|
4 | <title>Chapter 3. Boost.Concept_Check</title> |
---|
5 | <link rel="stylesheet" href="boostbook.css" type="text/css"> |
---|
6 | <meta name="generator" content="DocBook XSL Stylesheets V1.68.1"> |
---|
7 | <link rel="start" href="index.html" title="The Boost C++ Libraries BoostBook Documentation Subset"> |
---|
8 | <link rel="up" href="libraries.html" title="Part I. The Boost C++ Libraries (BoostBook Subset)"> |
---|
9 | <link rel="prev" href="array/ack.html" title="Acknowledgements"> |
---|
10 | <link rel="next" href="Assignable.html" title="Concept Assignable"> |
---|
11 | </head> |
---|
12 | <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> |
---|
13 | <table cellpadding="2" width="100%"> |
---|
14 | <td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../boost.png"></td> |
---|
15 | <td align="center"><a href="../../index.htm">Home</a></td> |
---|
16 | <td align="center"><a href="../../libs/libraries.htm">Libraries</a></td> |
---|
17 | <td align="center"><a href="../../people/people.htm">People</a></td> |
---|
18 | <td align="center"><a href="../../more/faq.htm">FAQ</a></td> |
---|
19 | <td align="center"><a href="../../more/index.htm">More</a></td> |
---|
20 | </table> |
---|
21 | <hr> |
---|
22 | <div class="spirit-nav"> |
---|
23 | <a accesskey="p" href="array/ack.html"><img src="images/prev.png" alt="Prev"></a><a accesskey="u" href="libraries.html"><img src="images/up.png" alt="Up"></a><a accesskey="h" href="index.html"><img src="images/home.png" alt="Home"></a><a accesskey="n" href="Assignable.html"><img src="images/next.png" alt="Next"></a> |
---|
24 | </div> |
---|
25 | <div class="chapter" lang="en"> |
---|
26 | <div class="titlepage"><div> |
---|
27 | <div><h2 class="title"> |
---|
28 | <a name="id620092-bb"></a>Chapter 3. Boost.Concept_Check</h2></div> |
---|
29 | <div><div class="author"><h3 class="author"> |
---|
30 | <span class="firstname">Jeremy</span> <span class="surname">Siek</span> |
---|
31 | </h3></div></div> |
---|
32 | </div></div> |
---|
33 | <div class="toc"> |
---|
34 | <p><b>Table of Contents</b></p> |
---|
35 | <dl> |
---|
36 | <dt><span class="section"><a href="id620092-bb.html#concepts.reference">Concept reference</a></span></dt> |
---|
37 | <dd><dl><dt><span class="section"><a href="id620092-bb.html#concepts.reference.concepts">Concepts</a></span></dt></dl></dd> |
---|
38 | </dl> |
---|
39 | </div> |
---|
40 | <div class="section" lang="en"> |
---|
41 | <div class="titlepage"><div> |
---|
42 | <div><h2 class="title" style="clear: both"> |
---|
43 | <a name="concepts.reference"></a>Concept reference</h2></div> |
---|
44 | <div><p class="copyright">Copyright © 2001, 2002 Indiana University</p></div> |
---|
45 | <div><p class="copyright">Copyright © 2000, 2001 University of Notre Dame du Lac</p></div> |
---|
46 | <div><p class="copyright">Copyright © 2000 Jeremy Siek, Lie-Quan Lee, Andrew Lumsdaine</p></div> |
---|
47 | <div><p class="copyright">Copyright © 1996-1999 Silicon Graphics Computer Systems, Inc.</p></div> |
---|
48 | <div><p class="copyright">Copyright © 1994 Hewlett-Packard Company</p></div> |
---|
49 | <div><div class="legalnotice"> |
---|
50 | <a name="id942331"></a><p>This product includes software developed at the University |
---|
51 | of Notre Dame and the Pervasive Technology Labs at Indiana |
---|
52 | University. For technical information contact Andrew Lumsdaine |
---|
53 | at the Pervasive Technology Labs at Indiana University. For |
---|
54 | administrative and license questions contact the Advanced |
---|
55 | Research and Technology Institute at 351 West 10th Street. |
---|
56 | Indianapolis, Indiana 46202, phone 317-278-4100, fax |
---|
57 | 317-274-5902.</p> |
---|
58 | <p>Some concepts based on versions from the MTL draft manual |
---|
59 | and Boost Graph and Property Map documentation, the SGI Standard |
---|
60 | Template Library documentation and the Hewlett-Packard STL, |
---|
61 | under the following license: |
---|
62 | </p> |
---|
63 | <div class="blockquote"><blockquote class="blockquote">Permission to use, copy, modify, distribute and |
---|
64 | sell this software and its documentation for any purpose is |
---|
65 | hereby granted without fee, provided that the above copyright |
---|
66 | notice appears in all copies and that both that copyright |
---|
67 | notice and this permission notice appear in supporting |
---|
68 | documentation. Silicon Graphics makes no representations |
---|
69 | about the suitability of this software for any purpose. It is |
---|
70 | provided "as is" without express or implied |
---|
71 | warranty.</blockquote></div> |
---|
72 | </div></div> |
---|
73 | </div></div> |
---|
74 | <div class="toc"><dl><dt><span class="section"><a href="id620092-bb.html#concepts.reference.concepts">Concepts</a></span></dt></dl></div> |
---|
75 | <div class="section" lang="en"> |
---|
76 | <div class="titlepage"><div><div><h3 class="title"> |
---|
77 | <a name="concepts.reference.concepts"></a>Concepts</h3></div></div></div> |
---|
78 | <div class="itemizedlist"><ul type="disc"> |
---|
79 | <li><a href="Assignable.html" title="Concept Assignable">Assignable</a></li> |
---|
80 | <li><a href="InputIterator.html" title="Concept InputIterator">InputIterator</a></li> |
---|
81 | <li><a href="OutputIterator.html" title="Concept OutputIterator">OutputIterator</a></li> |
---|
82 | <li><a href="ForwardIterator.html" title="Concept ForwardIterator">ForwardIterator</a></li> |
---|
83 | <li><a href="BidirectionalIterator.html" title="Concept BidirectionalIterator">BidirectionalIterator</a></li> |
---|
84 | <li><a href="RandomAccessIterator.html" title="Concept RandomAccessIterator">RandomAccessIterator</a></li> |
---|
85 | <li><a href="DefaultConstructible.html" title="Concept DefaultConstructible">DefaultConstructible</a></li> |
---|
86 | <li><a href="CopyConstructible.html" title="Concept CopyConstructible">CopyConstructible</a></li> |
---|
87 | <li><a href="EqualityComparable.html" title="Concept EqualityComparable">EqualityComparable</a></li> |
---|
88 | <li><a href="LessThanComparable.html" title="Concept LessThanComparable">LessThanComparable</a></li> |
---|
89 | <li><a href="SignedInteger.html" title="Concept SignedInteger">SignedInteger</a></li> |
---|
90 | </ul></div> |
---|
91 | </div> |
---|
92 | </div> |
---|
93 | </div> |
---|
94 | <table width="100%"><tr> |
---|
95 | <td align="left"></td> |
---|
96 | <td align="right"><small></small></td> |
---|
97 | </tr></table> |
---|
98 | <hr> |
---|
99 | <div class="spirit-nav"> |
---|
100 | <a accesskey="p" href="array/ack.html"><img src="images/prev.png" alt="Prev"></a><a accesskey="u" href="libraries.html"><img src="images/up.png" alt="Up"></a><a accesskey="h" href="index.html"><img src="images/home.png" alt="Home"></a><a accesskey="n" href="Assignable.html"><img src="images/next.png" alt="Next"></a> |
---|
101 | </div> |
---|
102 | </body> |
---|
103 | </html> |
---|