Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/boost_1_33_1/doc/html/concepts/reference.html @ 12

Last change on this file since 12 was 12, checked in by landauf, 18 years ago

added boost

File size: 5.3 KB
Line 
1<html>
2<head>
3<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
4<title>Concept reference</title>
5<link rel="stylesheet" href="../boostbook.css" type="text/css">
6<meta name="generator" content="DocBook XSL Stylesheets V1.69.1">
7<link rel="start" href="../index.html" title="The Boost C++ Libraries">
8<link rel="up" href="../libraries.html" title="Part I. The Boost C++ Libraries">
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.png (6897 bytes)" 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="section" lang="en">
26<div class="titlepage"><div>
27<div><h2 class="title" style="clear: both">
28<a name="concepts.reference"></a>Concept reference</h2></div>
29<div><p class="copyright">Copyright © 2001, 2002 Indiana University</p></div>
30<div><p class="copyright">Copyright © 2000, 2001 University of Notre Dame du Lac</p></div>
31<div><p class="copyright">Copyright © 2000 Jeremy Siek, Lie-Quan Lee, Andrew Lumsdaine</p></div>
32<div><p class="copyright">Copyright © 1996-1999 Silicon Graphics Computer Systems, Inc.</p></div>
33<div><p class="copyright">Copyright © 1994 Hewlett-Packard Company</p></div>
34<div><div class="legalnotice">
35<a name="id2575867"></a><p>This product includes software developed at the University
36      of Notre Dame and the Pervasive Technology Labs at Indiana
37      University. For technical information contact Andrew Lumsdaine
38      at the Pervasive Technology Labs at Indiana University.  For
39      administrative and license questions contact the Advanced
40      Research and Technology Institute at 351 West 10th Street.
41      Indianapolis, Indiana 46202, phone 317-278-4100, fax
42      317-274-5902.</p>
43<p>Some concepts based on versions from the MTL draft manual
44      and Boost Graph and Property Map documentation, the SGI Standard
45      Template Library documentation and the Hewlett-Packard STL,
46      under the following license:
47        </p>
48<div class="blockquote"><blockquote class="blockquote">Permission to use, copy, modify, distribute and
49        sell this software and its documentation for any purpose is
50        hereby granted without fee, provided that the above copyright
51        notice appears in all copies and that both that copyright
52        notice and this permission notice appear in supporting
53        documentation.  Silicon Graphics makes no representations
54        about the suitability of this software for any purpose.  It is
55        provided "as is" without express or implied
56        warranty.</blockquote></div>
57</div></div>
58</div></div>
59<div class="toc"><dl><dt><span class="section"><a href="reference.html#id2575726">Concepts</a></span></dt></dl></div>
60<div class="section" lang="en">
61<div class="titlepage"><div><div><h3 class="title">
62<a name="id2575726"></a>Concepts</h3></div></div></div>
63<div class="itemizedlist"><ul type="disc">
64<li><a href="../Assignable.html" title="Concept Assignable">Assignable</a></li>
65<li><a href="../InputIterator.html" title="Concept InputIterator">InputIterator</a></li>
66<li><a href="../OutputIterator.html" title="Concept OutputIterator">OutputIterator</a></li>
67<li><a href="../ForwardIterator.html" title="Concept ForwardIterator">ForwardIterator</a></li>
68<li><a href="../BidirectionalIterator.html" title="Concept BidirectionalIterator">BidirectionalIterator</a></li>
69<li><a href="../RandomAccessIterator.html" title="Concept RandomAccessIterator">RandomAccessIterator</a></li>
70<li><a href="../DefaultConstructible.html" title="Concept DefaultConstructible">DefaultConstructible</a></li>
71<li><a href="../CopyConstructible.html" title="Concept CopyConstructible">CopyConstructible</a></li>
72<li><a href="../EqualityComparable.html" title="Concept EqualityComparable">EqualityComparable</a></li>
73<li><a href="../LessThanComparable.html" title="Concept LessThanComparable">LessThanComparable</a></li>
74<li><a href="../SignedInteger.html" title="Concept SignedInteger">SignedInteger</a></li>
75</ul></div>
76</div>
77</div>
78<table width="100%"><tr>
79<td align="left"></td>
80<td align="right"><small></small></td>
81</tr></table>
82<hr>
83<div class="spirit-nav">
84<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>
85</div>
86</body>
87</html>
Note: See TracBrowser for help on using the repository browser.