]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/concept_check/doc/reference/concepts.xml
add subtree-ish sources for 12.0.3
[ceph.git] / ceph / src / boost / libs / concept_check / doc / reference / concepts.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <!DOCTYPE library-reference PUBLIC "-//Boost//DTD BoostBook XML V1.0//EN"
3 "http://www.boost.org/tools/boostbook/dtd/boostbook.dtd">
4 <library-reference id="concepts.reference"
5 xmlns:xi="http://www.w3.org/2001/XInclude"
6 last-revision="$Date$">
7 <sectioninfo>
8 <copyright>
9 <year>2001</year>
10 <year>2002</year>
11 <holder>Indiana University</holder>
12 </copyright>
13
14 <copyright>
15 <year>2000</year>
16 <year>2001</year>
17 <holder>University of Notre Dame du Lac</holder>
18 </copyright>
19
20 <copyright>
21 <year>2000</year>
22 <holder>Jeremy Siek</holder>
23 <holder>Lie-Quan Lee</holder>
24 <holder>Andrew Lumsdaine</holder>
25 </copyright>
26
27 <copyright>
28 <year>1996</year>
29 <year>1997</year>
30 <year>1998</year>
31 <year>1999</year>
32 <holder>Silicon Graphics Computer Systems, Inc.</holder>
33 </copyright>
34
35 <copyright>
36 <year>1994</year>
37 <holder>Hewlett-Packard Company</holder>
38 </copyright>
39
40 <legalnotice>
41 <para>Distributed under the Boost Software License, Version 1.0.
42 (See accompanying file <filename>LICENSE_1_0.txt</filename> or copy at
43 <ulink
44 url="http://www.boost.org/LICENSE_1_0.txt">http://www.boost.org/LICENSE_1_0.txt</ulink>)
45 </para>
46
47 <para>This product includes software developed at the University
48 of Notre Dame and the Pervasive Technology Labs at Indiana
49 University. For technical information contact Andrew Lumsdaine
50 at the Pervasive Technology Labs at Indiana University. For
51 administrative and license questions contact the Advanced
52 Research and Technology Institute at 351 West 10th Street.
53 Indianapolis, Indiana 46202, phone 317-278-4100, fax
54 317-274-5902.</para>
55
56 <para>Some concepts based on versions from the MTL draft manual
57 and Boost Graph and Property Map documentation, the SGI Standard
58 Template Library documentation and the Hewlett-Packard STL,
59 under the following license:
60 <blockquote><simpara>Permission to use, copy, modify, distribute and
61 sell this software and its documentation for any purpose is
62 hereby granted without fee, provided that the above copyright
63 notice appears in all copies and that both that copyright
64 notice and this permission notice appear in supporting
65 documentation. Silicon Graphics makes no representations
66 about the suitability of this software for any purpose. It is
67 provided "as is" without express or implied
68 warranty.</simpara></blockquote></para>
69 </legalnotice>
70 </sectioninfo>
71 <title>Concept reference</title>
72
73 <xi:include href="Assignable.xml"/>
74 <xi:include href="InputIterator.xml"/>
75 <xi:include href="OutputIterator.xml"/>
76 <xi:include href="ForwardIterator.xml"/>
77 <xi:include href="BidirectionalIterator.xml"/>
78 <xi:include href="RandomAccessIterator.xml"/>
79 <xi:include href="DefaultConstructible.xml"/>
80 <xi:include href="CopyConstructible.xml"/>
81 <xi:include href="EqualityComparable.xml"/>
82 <xi:include href="LessThanComparable.xml"/>
83 <xi:include href="SignedInteger.xml"/>
84 </library-reference>